Posted in: Newsmag
Jan 25, 2016 at 9:47 am
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!
Jan 26, 2016 at 11:50 am
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.
