Site logo

Archived topic

How to change main navigation border color

1 reply · Started by Data on June 5, 2020

Viewing posts 1–2 of 2

I am using wordsmith layout. The main navigation has a border with a light blue color. How to change its top and bottom border color.

Hi there,

Go to Customizer > Additional CSS and edit this CSS:

.top-bar {
    border-bottom: solid 1px rgba(109,159,170,1.0);
}
#site-navigation {
    border-top: solid 1px rgba(109,159,170,1.0);
    border-bottom: solid 1px rgba(109,159,170,1.0);
}

You can delete the top bar block if you aren't using it.

Let me know if this helps :)

This archived topic is closed to new replies.