How to change hover over style in footer

Posted in: Newspaper
Post count: 60

I have a blue background and white text in my footer http://screencast.com/t/PP4zk6Tp but when I hover over the links they disappear http://screencast.com/t/wz5yCaahc

How can I have it keep the white text and just underline the white text with a white underline on hover?

Ideally its not custom css but rather a setting in the theme panel>theme colors I can change

Thanks

Post count: 22421

Hello,
This issue comes up when you use the same color for your theme accent and the background. The theme accent color affects the hover color as well: http://screencast.com/t/QDIQ6RZgv
Thank you!

Post count: 60

Ok so if I wanted to keep the accent color and the footer color the same, what custom css can I add to the theme panel so that the hover over underlines the text and keeps the text white so it’s readable? I sent you my site via support email and the screencast above shows the footer with hover over if it helps. Thanks!

Post count: 22421

Hello,

You can use this custom css to change only the footer hover color:
.td-footer-wrapper .td-animation-stack:hover a{
color:red!important;
}

Thank you!

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