Site logo

Archived topic

Opacity of Menu Bar

5 replies · Started by Anonymous on August 27, 2014

Viewing posts 1–6 of 6

Is there a way to have the Menu Bar in the Exhibit child theme opaque, so that it isn't transparent when scrolling down the page?

Thanks much.

For sure, add the following CSS using a plugin like: https://wordpress.org/plugins/simple-css/

.stickynav.nav-below-header #site-navigation, 
.stickynav.nav-above-header #site-navigation, 
.stickynav.nav-float-right #site-navigation {
      opacity: 1;
}

Let me know if that does it :)

Perfect, Tom. Thanks much!

You're welcome :)

Is it possible to change the color of the navigation bar from Red to Blue?

This archived topic is closed to new replies.