Change Main Menu Link Color
-
Hello, I’m trying to figure out how to change the main menu link color from white to red on the following site http://www.michellealberts.com. Can someone please help with that?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
This should change the color of your menu to red:
.main-navigation a { color: #ff0000; } .main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active, .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a { border-bottom-color: #ff0000; }The upper part will change the text color. The bottom part will change the color of the line underneath each menu item.
I hope this helps!
Regards,
Michael
-
- The topic ‘Change Main Menu Link Color’ is closed to new replies.