Underline hyperlinks

Posted in: Newspaper
Post count: 12

Hello, how do I underline the hyperlinks only in the text of posts and pages? My website is this.

Post count: 35449

Hi,

If you want to underline the hyperlinks you need to edit the posts, select the hyperlink and pres ctrl+u -> http://prntscr.com/ope9y7 -> https://prnt.sc/oofq0j
or if you want to have the all hyperlinks on post to be underline you can use a custom css -> https://i.imgur.com/0baMOIc.png
.single .tdb_single_content a{
text-decoration: underline;
}

The code need to be set in Theme panel>Custom code>Custom css and will apply on all post that have set a single post template form cloud.
hope this will help you!
Thank you!

Post count: 12

Thank you Calin!

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