Site logo

Archived topic

How do I add a border color under my header with CSS?

3 replies · Started by Andy on September 2, 2020

Viewing posts 1–4 of 4

Hi Andy,

You can try adding this CSS code.

.inside-navigation{border-bottom: 2px solid black;}

Here's a demo video on how it works.
https://share.getcloudapp.com/eDuB0LXN

If you want a full-width border, you can try.

#site-navigation {border-bottom: 2px solid black;}

Let us know if it works for you.

Fantastic! Thanks Elvin!

Nice one, No problem.:)

This archived topic is closed to new replies.