Change text color on navigation bar under the header image / Nishita
-
I have searched the forums, googled like crazy but cannot find any code that will render any changes to the color of the text on the navigation bar/menu that is located under the blog header image on my page. I have paid for the customization add on, opened up the css editor, added different codes that I have found, saved the changes, and still there are absolutely no changes rendered. I just want to change the color of the text so that there is more contrast. Any help would be greatly appreciated!! : )
The blog I need help with is: (visible only to logged in users)
-
To change the menu item colors in your navigation bar, you can use the following statements. Just change the color to go with your color scheme:
.menu-item a:link {color:#FF0000;} /* unvisited link */ .menu-item a:visited {color:#00FF00;} /* visited link */ .menu-item a:hover {color:#FF00FF;} /* mouse over link */ .menu-item a:active {color:#0000FF;} /* selected link */
- The topic ‘Change text color on navigation bar under the header image / Nishita’ is closed to new replies.