Changing formatting of links in blog posts

Posted in: Newsmag
Post count: 5

Is there a way to set the default for links in blog posts to be underlined? Currently my theme automatically makes them red, but I would like them to be underlined to make them stick out more.

Post count: 6535

Hi

Try this custom css in theme panel > custom css: http://screencast.com/t/yadpqdGjj

.single .td-post-content a{
text-decoration: underline!important ;
}

This css underlines the links from all posts content.
Let me know ho it goes.

Thanks!

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