change main menu color
- The topic ‘change main menu color’ is closed to new replies.
Need help? Check out our Support site, then
Hi. I want to change main menu color with css.
The blog I need help with is: (visible only to logged in users)
Hi,
You can add this css code
.mainnav a {color: #999;}
Thanks,
Edy
thanks a lot, i want to do the same with the menu drop down items.
Sure, use this code
.mainnav li li a:link {color: #999;}
Edy
thanks!