How to add (dashed) underline links in my posts

Posted in: Newspaper
Post count: 9

Hi,

I would like to underline the links of my blog posts, possibly dashed underlines. What can I do?

Thanks,

Alessio

Post count: 35449

Hi,

For this you can use a css like this one https://i.imgur.com/E7Je9Og.png
.single .tdb_single_content a{
border-bottom: 1px dashed #1e2f3d;
}

The code need to be set in theme panel> custom code> custom css.
fell free to change the color.

Thank you!

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