Reply To: Menu description colour change?

#7522
Alexander
Participant

To change any of the colors in the menu you can add this to your CSS part:

MENUE TOPIC

#access a {
color:#FF0000;
}

MENU HOVER

#access a:hover {
color:#00FF00;
}

MENU SELECTED

#access li.current-menu-item > a {
color:#0000FF;
}

MENU DESCRIPTION

#access a span {
color:#00FFFF;
}

Cheers,
Alexander @ http://www.mouseclick.com