automatically underlined

Posted in: Newspaper
Post count: 80

How can I make all links in my articles and pages appear automatically underlined without having to do it manually?

I tried several solutions I found online, but nothing worked. Is there no option for this in the WordPress dashboard? Do I have to do it only through custom CSS?

Post count: 9544

Yes, I do that on our site with custom CSS.
try this:
.td-post-content p a{text-decoration:underline!important;}

Post count: 80

https://i.ibb.co/q9xqprD/2024-12-02-213722.jpg

It doesn’t work

Post count: 80

It doesn’t work

2024-12-02-213722

Post count: 9544

We are using classic editor, with latest version of Newsmag. We add the custom css to the WP customizer > custom CSS; outside the theme, so as to be retined on any upgrade issues.

Good luck!
(I don’t work here.)

Post count: 27744
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.