Home › Support Forums › Theme Support › Pinboard › Menu description colour change? › Reply To: Menu description colour change?
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