show_menu2 css problem

erikp01


erikp01

I cannot style the font color of the menu current.
Making it bold is no problem, but changing the color does not work.
Does anyone have the sollution?

BerndJM

Hi,

QuoteDo I need to cut it into pieces?
Yes you need there three class definitions in your css file:

.menu-expand {
}
.menu-current {
}
.menu-last {
}


Regards Bernd
In theory, there is no difference between theory and practice. But, in practice, there is.

snaakert

Hi All,
I've tried a lot to accomplish my problem, but haven't solved it yet.
Maybe I overlook something:

I have 2 menu's  in my template (1. mainmenu and (2. submenu which shows the child items of the main.

The source created for the last item, with childs in submenu 2 is like:

<td class='menu-expand menu-current menu-last'>etc...

But when I fill in this value in my css file nothing happens...
What is the right way to put this into my CSS file? Do I need to cut it into pieces?

Thanks in advance!

p.s. Maybe someone got a similair layout / menu structure. Please send me the link so I can take a look at your CSS file...