Hover color for footer menu

Posted in: Newspaper
Post count: 1341

Hi!

How can I change hover color of links in footer menu?

The color specified by the THEME ACCENT COLOR does not suit me: too dark.

Unfortunately for the footer menu there is no settings like top menu:

TOP MENU TEXT HOVER COLOR
Select top menu text color

Thanks!

Post count: 23312

Hi Edward,

You can change the hover color of links in footer menu if you try the code below in Theme panel->Custom Css area, like this: http://screencast.com/t/OdqAt5qkpj and if you want to change the sub-footer menu text color, you can do this within Theme panel like this: http://screencast.com/t/UWpKDtFal

.td-sub-footer-menu li a:hover {
color: red;
}

The result should see here: http://screencast.com/t/HFXrDqasn

Hope this helps and let us know how it goes!

Thanks!

Post count: 1341

No-no.

I need to change the hover color of links like this

with this color (#4DB2EC) on this (#a8a8a8)

Post count: 23312

Hi Edward,

Please try the code below in Theme panel->Custom Css area.

.td-footer-wrapper .td-animation-stack:hover a{
color:#a8a8a8!important;
}
.td-footer-wrapper .td_block_popular_categories a:hover{
color:#a8a8a8!important;
}

Thank you!

Post count: 1341

Perfect!

Thank you very much!

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