How to add hover to the links?

Posted in: Newspaper
Post count: 92

Hello,

When I put a cursor to the link, right now it doesn’t change color and remain the same. Is there any way to make the link change the link’s color a bit when cursor is over the link?

Here is how it is right now — https://youtu.be/qT6QEXPQebM for this web site http://newsletter.freesmi.by/

Thanks,
Denis.

Post count: 92

Or probably to make the links underlined?

Post count: 6535

HI

You can use this css to set a custom color on hover and make the link underlined: http://screencast.com/t/LcIa2AaGsbZ

.td-excerpt a:hover {
color: green;
text-decoration: underline!important;
}

Thanks!

Post count: 92

Thanks a lot

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