Color primary navigation bar
-
Code for adding a color bar behind the primary navigation?
The blog I need help with is: (visible only to logged in users)
-
Hi!
You can add a color there with this code:
nav.site-navigation.main-navigation.clear-fix {
background-color: #[insert-hex-code-here];
}You can swap out the text in the brackets for the hex code that matches the color you want :)
Here’s a resource to find the hex code you need:
- The topic ‘Color primary navigation bar’ is closed to new replies.