Sub Footer menu hover colour

Posted in: Newspaper
Post count: 63

Hi,

how can I change the colour/hover colour of the menu in the sub footer?

Thanks

Post count: 7909

Hi,

There is an option to change the color for subfooter text in Theme Panel > Theme Colors – http://screencast.com/t/EFsG99O8 also the hover color is the same with you theme accent color.
If you want to change it only for subfooter menu elements please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/Ybn7geN9

.td-sub-footer-container, .td-subfooter-menu li a {
color: #DDCE33;
}
.td-subfooter-menu li a:hover {
color: #334FDD;
}

Thanks!

Post count: 63

Hi Alin,

this didn’t seem to work for me. My subfooter is black, so is my accent color.
Here’s a link to my site if you’d like to check it out: http://somereport.com

Thanks 🙂

Post count: 7909

Hi,

Please try to use !important tag for hover color – http://screencast.com/t/lBl7ubgkOZ6x

.td-subfooter-menu li a:hover {
color: #334FDD !important;
}

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.