How to underline the links

Posted in: Newspaper
Post count: 1

I would like to know whether there is any option in the theme panel to underline the links on my site livelyhomes.in as I couldn’t see any. The links are underlined only when I hover. Is there any way how we can change the link styles.

Post count: 35449

Hi,
Unfortunately, there is on option in theme panel for standard templates to set on link the underline permanently, but this can be done with some css https://i.imgur.com/Wg3glBa.png
.tagdiv-type a{
text-decoration: underline;
}

You need to set this code in theme panel > custom code> custom css.
Also please let me know what style you’ll link for the link inside the post and I will let you know the easiest way to set it.
Thank you!

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