Site logo

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

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.