I want to change the text colour in selected pages from the main menu

Posted in: Newsmag
Post count: 43

I want to change the text colour in hover and in selected pages from the main menu, from “Black” to #006bb3. Look at the image: http://www.screencast.com/t/pAZ9QJoFWu

Post count: 6535

Hi

Please use this custom css in Theme Panel -> Custom Css:

.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
color: #006bb3;
}

It should work like this: http://screencast.com/t/3vGXnOxI

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.