Site logo

Archived topic

How to add an underline to the header?

3 replies · Started by Helen on March 15, 2019

Viewing posts 1–4 of 4

Hi,

What's the best way to add an underline to the header? I'd like a single stroke underline running full-width, like the grey line under the menu in this image.

[img]https://i.imgur.com/Q92qPss.png[/img]

Thanks,
Helen

Hi there,

try this:

.site-header {
    border-bottom: 1px solid #ddd;
}

Perfect, thank you.

You're welcome

This archived topic is closed to new replies.