How to apply only 1 color to menu titles

GK User
Wed Mar 23, 2011 6:04 pm
All menu titles are coming with the 1rst word in grey and the rest in yellow (for black style)
How can I remove this instruction, or to apply 1 color only to all menus.
Many thanks
User avatar
Senior Boarder

Konrad M
Mon Mar 28, 2011 5:48 am
Hi
I'm not sure if this is what you want but, try add to override.css
Code: Select all
.moduletable > h3 span, .moduletable_text > h3 span, .moduletable_menu > h3 span {
color:#757575; // here set your color
}

and remember to enable it.

Next time please give us url to your site, it will be much easier to help you ;)
User avatar


cron