change menu color titles
-
I want to change the menu color without adding boxes around the titles…I have the theme the Traveler…right now the menu color is white which does not show up with the header.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Sure! You can change the color and remove the boxes if you edit CSS. Please go to Appearance → Customize → CSS and add the following:
.masthead .menu a, .masthead .menu a:hover { color: CSS_COLOR_VALUE; } .menu li.current_page_item, .menu li:hover { border-color: transparent; }Where it says CSS_COLOR_VALUE, please choose a color from here:
http://www.w3schools.com/tags/ref_colorpicker.asp
Let me know if you have any questions with this!
- The topic ‘change menu color titles’ is closed to new replies.