Add color on active bold link

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Tue May 22, 2012 5:30 pm
Hi,
I would like to add color in the active link in the class _menu, than default bold.
how can I do?
thanks
Marlais
User avatar
Expert Boarder

teitbite
Thu May 24, 2012 8:55 am
Hi

I'm not sure if I understood You right. But please try this code:

Code: Select all
.moduletable_menu li a {
font-weight:bold;
}

.moduletable_menu li.active > a {
color:#00000;
}
User avatar
Moderator


cron