Hover Underline URL

Posted in: Newspaper
Post count: 196

Hello, I can’t seem to make the links underline when you hover on them in single post content. I am also using a a cloud template.

Post count: 27744

Hello,

This issue has been already discussed here: https://forum.tagdiv.com/topic/hyperlink-format/

Hope that helps you!

Thank you!

Post count: 196

This is the code I used from that post:

.single .td-pb-span8 .tdb_single_content a{
text-decoration: underline!important;
}

However, the links in the content are underlined. I wanted the links to be underlined only when hovering.

Post count: 27744

Hello,

So if you want the link to be underline only when is hover please use this code https://www.screencast.com/t/InoCGudiUl

.single .td-pb-span8 .tdb_single_content a:hover{
text-decoration: underline!important;
}

Thank you!

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