Hi,
I would like to add color in the active link in the class _menu, than default bold.
how can I do?
thanks
Marlais
.moduletable_menu li a {
font-weight:bold;
}
.moduletable_menu li.active > a {
color:#00000;
}