Archived topic
How to make small colored bar below white header
1 reply · Started by Will on May 16, 2020
Viewing posts 1–2 of 2
I want to make a very thin colored bar at the bottom of my header like the one on this site: https://www.nailproducts.reviews/
Thanks!
Hi there,
if you're using the Site Header then add this CSS:
.site-header {
border-bottom: 1px solid #000;
}
If its the primary nav then use this:
.main-navigation {
border-bottom: 1px solid #000;
}
This archived topic is closed to new replies.