Some of the colors in my navigation bar make the text difficult to read. I can’t figure out where in the style sheet to change the color. Specifically, if you go to the website: http://www.globalcenturion.org
and click on “Who We are”, then scroll down to “Press Releases”, the background of this sub-menu is red. I just want to change it to a white background (like the main drop down menu).
To change the background hover color on your menu use this code:
.widget .nav-menu li:hover, .widget .nav-menu li li.current-menu-item a, .widget .nav-menu li li.current_page_item a, .widget .nav-menu li li:hover, .widget .nav-menu li li:hover li a{
background: red; /* change to the color you wish*/
}
I didn’t found the “Press Releases” issue you said. Can you please send a screenshot link. It will help.
Thanks
Viewing 1 replies (of 1 total)
The topic ‘Changing Navigation Bar Colors’ is closed to new replies.