Change Menu Hover Colour not working

Posted in: Newspaper
Post count: 6

Hi,

I’ve managed to change the menu hover colour on Theme Panel > Theme colours > Main Menu

The demo i used was gadget, i’ve succeded in changing the background colour, but it seems that i cant change the active/hove colour as it was still in black colour (the default colour)

I’ve incpect the element, and it seems that it is being overridden by something maybe with !important tag,

can you help me with this ?

Post count: 22421

Hello,

Please provide a link to your site so we can inspect it.

Thank you!

Post count: 6

Hi, Here goes : inapex.co.id

Post count: 23312

Hello inapex,

Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-gadgets .td-header-style-5 .sf-menu > li > a:hover, .td-gadgets .td-header-style-5 .sf-menu > .sfHover > a, .td-gadgets .td-header-style-5 .sf-menu > .current-menu-item > a, .td-gadgets .td-header-style-5 .sf-menu > .current-menu-ancestor > a, .td-gadgets .td-header-style-5 .sf-menu > .current-category-ancestor > a{
color:red;
}

The result is here -> https://www.screencast.com/t/nOMglGSz8

Thanks for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.