How to deactivate the underline on posts links?

Posted in: Newsmag
Post count: 10

I mean, when hovering the mouse on the link!

I did try everything about CSS, but nothing work.

Can you have a look?

https://www.irlandacenter.com/2017/01/dicas-de-beleza-para-enfrentar-o-frio-na-irlanda.html

Post count: 23312

Hello irlandacenter,

Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-post-content a:hover, .mce-content-body a:hover, .comment-content a:hover {
text-decoration:none!important;
}

Thanks for the message!

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