Design and CSS styles
Version 5.x > Design and CSS styles > TREE MENU FONT COLOR View modes: 
User avatar
Member
Member
rtapia-pragmatica.com - 5/1/2010 2:39:17 PM
   
TREE MENU FONT COLOR
how can i change de font color en tree menu?

i was trying with this

.orangeBox .content
{
color: #fffff;
padding: 5px;
background: #2197aa; }

but does not work

thank you

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 5/3/2010 4:30:59 AM
   
RE:TREE MENU FONT COLOR
Hello,

Could you please try to change the color attribute in the class .CMSTreeMenuLink?
If this doesn't help please try to debug your code with some plugin, e.g. Firebug for Firefox.

Best regards,
Boris Pocatko

User avatar
Member
Member
rtapia-pragmatica.com - 5/3/2010 11:03:44 AM
   
RE:TREE MENU FONT COLOR
Thank you , it works