Change background menu color
-
Hi,
How do I change the background color of my menu (Adaption Theme). I want white instead of red and text color red instead of white.Thank you,
AdrienneThe blog I need help with is: (visible only to logged in users)
-
Try pasting this into your custom CSS window. The first two rules should switch the colours around in your menus, the last one you can change if you want to set different colours for the active menu page item (i.e. the colour of the font and background of the menu item when you’re viewing that page):
.main-navigation, .main-navigation li a { background-color: #fff; } .main-navigation li a { color: #cf000f; } .main-navigation .current_page_item a, .main-navigation .current-menu-item a { color: #333; background-color: #ccc; } -
-
- The topic ‘Change background menu color’ is closed to new replies.