Site logo

Archived topic

Add permanent header underline

1 reply · Started by Simon on February 22, 2020

Viewing posts 1–2 of 2

Is it possible to underline the header / navigation section with a maximum width?

How can I add that with a specific height and color?

Thank you!

Hi there,

try adding this CSS to your site:

.main-navigation {
    border-bottom: 4px solid #ff0000;
}
This archived topic is closed to new replies.