changing nav bar colour
-
Hi
What would be the CSS required to change nav bar colour to White?Thanks
SeanThe blog I need help with is: (visible only to logged in users)
-
Hi Sean,
See the CSS below to change the nav bar color. Just replace the color with what you need:
nav.primary-menu { background-color: red; } #header-container nav.primary-menu ul li.current_page_item > a:after { border-top-color: red; }
-
Thanks so much!! can the header be changed aswell?
Sorry, I should have asked this first.
Great support btw! :-)
-
- The topic ‘changing nav bar colour’ is closed to new replies.