Custom CSS: Hover link undelined… How?

Posted in: Newspaper
Post count: 4

Hi again,

Thank you so much for helping me out earlier with another problem.

Im trying to find a way to get all links (both headings and content)

    underlined

when hover with mouse.

Post count: 35449

Hi,

In order to have every were on your website Hover link underline please insert in Newspaper> Theme panel> custom code> custom css this css:

a:hover{
text-decoration: underline;
}

Hope this is what you desire.
Thanks.

Post count: 4

Hi,

Thank you for your quick answer, unfortunately it does not work for some reason. When I paste the code the letter “a” in “a:hover” turns red, like it does when you write something wrong.

Post count: 35449

Hi,
This is how it’s show for me ( https://www.screencast.com/t/HKLySm7VmkJl )
Please try again
a:hover{
text-decoration: underline;
}

If you still have the problem, please notice me, and provide your website url.

Thanks.

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