Hello.
I would like the menus should be marked with a specific color when you are on a menu that you have chosen. How do you do this?
Color on marked menus ?
Re: Color on marked menus ?
The default menu templates set menuactive or something like that, look in the page source for that type of class on an active link, link to page helps with this kind of thing...
Re: Color on marked menus ?
Please can someone give a example. I can´t do own code to get it works
Re: Color on marked menus ?
The Doctor has already given the best answer there is, so I'm just going to repeat:
Dr.CSS wrote:The default menu templates set menuactive or something like that, look in the page source for that type of class on an active link, link to page helps with this kind of thing...
Make your community a better place!
Re: Color on marked menus ?
now i have try to get color on the choosen menu, but its dosent work 

Last edited by Cogo on Wed Apr 13, 2011 10:32 am, edited 2 times in total.
Re: Color on marked menus ?
add into css:
Code: Select all
#primary-nav .menuactive .menuactive
{background-color:silver;}
#primary-nav .menuactive .menuactive span
{color:red;}
Re: Color on marked menus ?
Thanks Marijus its works! 
