Menu Hover Color Change

Posted in: Newspaper
Post count: 19

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

Post count: 6535

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!

Post count: 19

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/

Post count: 22421

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!

Post count: 19

That Works well for hovering great! but the grey part stays once selected.
I don’t mind that so ill give you guys a break.

One side question though how can i replace the gradient on the mobile theme for menu with an image? Also would that image be responsive

Post count: 6535

HI

I am not very sure I understand what you’re trying to do so please provide more specific details about the desired result, also a screen pointing to it would help.

Thanks!

Post count: 19

Dont worry i got it! thanks

Post count: 19

How do I remove the sign in/login on the desktop top menu ?
OK Please ignore this Im stupid i just saw it !!

  • This reply was modified 10 years by Kjray.
Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.