I would like to change the color of the individual menu buttons when they are active or hovered over. Could you tell me how to do this. There is no info on your wiki page.
Thanks for contacting us and choosing our product!
With you can use Inspect element in browser to change the color you find a tab you then add the following active or hover
later this a tab the css and then just edit it with the color you want.
example to change color when hover over a tab :
a: hover {
color: green;
}
***********
Best regards,
Thank you for your reply. I understand what you are talking about. I use Firebug to discover CSS. Unfortunately in this case I could not figure it out. Could you look at my site herculessealcoatmfginc.com. There are 3 menus and I would like for each tab in each menu to change color when it is hovered on or active. Also do I put the css in my custom-css folder or somewhere else Thank you for your help.