How to change menu text color
-
A hopefully easy question: Where do I go in style.css to change the color of the text in the menu? My best guess was the ‘color’ portion of the code below:
.blog-menu > li:before { content: "/"; display: block; position: absolute; right: 0; top: 50%; margin-top: -9px; margin-right: -3px; font-size: 16px; color: #444; font-weight: 300; z-index: 1000; }
But changing the color there didn’t change the color of the menu text.
Thanks for the help!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to change menu text color’ is closed to new replies.