Cannot change font color of the menu text in CSS
- The topic ‘Cannot change font color of the menu text in CSS’ is closed to new replies.
Need help? Check out our Support site, then
Hi, I want to change the color of the text for the menu,
If I write the CSS lines:
.menu {
font-family: "Arimo";
color: blue;
}
The menu text changes font type to Arimo, but the color of the text does not change to blue, is there something I’m doing wrong?
thank you very much for your help!
The blog I need help with is: (visible only to logged in users)
Oh never mind, I figured it out:
#site-nav ul li a {
color: blue;
}