hover color and text color for main menu

Posted in: Newsmag
Post count: 13

I would like to be able to customize the hover and text color for the main menu the same way I can for the top menu.

Post count: 13

this would be for the submenus

Post count: 14

I agree, I also would like to be able to customize the hover and text color for the main menu (not only the submenus). This option is realy missing in Newspaper 6.

  • This reply was modified 10 years by Ernst.
Post count: 25

Hello! I was also very interested in how to change main menu HOVER COLOR…

Post count: 6535

Hi

Thanks for this suggestion, I’ve added it on our todo list and we will consider it for futures updates. Meanwhile to customize the main menu items color on hover you can use this css in theme panel > custom code > custom css: http://screencast.com/t/yARdLJuie

#td-header-menu .sf-menu > .current-menu-item > a:hover, .sf-menu > .td-menu-item > a:hover{
color: red!important;
}

Thanks!

Post count: 92

Hello

What would the CSS be, if in Main Menu, You want to control the BG colour for menu item on selected or hovered ?
Now it is white, this is depressing..:-)

Thank You

Post count: 6535

Hi

The previous css change only the text color on hover. To change the background color replace that css with this one and change the colors as you want: http://screencast.com/t/sLIqfd8QjmQp

#td-header-menu .sf-menu > .current-menu-item > a:hover, .sf-menu > .td-menu-item > a:hover{
color: red!important;
background-color: blue;
}

Thanks!

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