footer hover links not changing colour

Posted in: Newspaper
Post count: 186

Hi I have a problem with my footer links not changing colour when hovered over the links, my index page is: http://vards.net I have tried checking all of the footer colour links in the theme panel, also in the widgets were my code is for the footer.

Thanks.
Gus

Post count: 35449

Hi,

Did you check in the widgets ( img ), if this not work you can use a custom css, paste the below custom css in Newspaper>Theme panel>Custom code>Custom css
.td-footer-wrapper .widget a:hover {
color: yellow;
}

Hope this will help you.
Thank you.

Post count: 186

Hi i was trying to place the same code you gave me in the widgets (image) but now i placed it in the Custom css and is working fine.

Thnaks.
Gus

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