Hot to undeline text links in articles on posts and pages?

Posted in: Newspaper
Post count: 13

Hi.

How to underline all text links in post and pages content?

Thanks!

Post count: 23312

Hello n1ck,

If you want that all your links to be highlighted, you should use a bit of CSS to do that. Try the code below and place it in Theme panel->Custom CSS area.

The link is ->

a {
text-decoration:underline;
}

Hope this helps!

Thanks for the message!

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