Hi I have searched this forum in hopes of finding an answer to change my main menu hover color, but to no avail I am currently using header 3 and my hover color is limited to a dark grey and no option in theme colors seem to address my need ( FYI include this in next update please it only makes sense to). Can someone please assist. Thank you
Hi
First we would like to think you for your suggestion, I’ve added it on our list and when the time comes developers will consider it. However this may take some times as we have a long list with feature requests and we have to take them one by one.
Hoover color for main menu is controlled by theme accent color which can be changed from theme panel > theme colors: http://screencast.com/t/pADwMz4rTLW
.td_module_mega_menu:hover a, .sf-menu ul .td-menu-item > a:hover, .sf-menu ul .sfHover > a, .td_block_wrap a:hover {
color: red!important;
}
Hope this helps.
Thanks!
Hi Andrel.
Theme accent color does not affect my hover colour. is it limited based on the header selected.
also i copied your css to the customer css and got no results change.
No matter what i change it stays dark grey. i hope to not be one of those annoying clients but can you please assist with another option?
Much appreciated
http://www.useoftechnology.com/
Hi,
The local news demo seems to have a more precise css in place that is preventing the previous code from applying. Please use this code instead:
.td-local-news .td-header-style-3 .sf-menu > .sfHover > a, .td-local-news .td-header-style-3 .sf-menu > li > a:hover{
background-color:red !important;
}
Thank you!