How to underline links in every post by default

Posted in: Newspaper
Post count: 5

Hi,
Is there any way to show every link inserted in each post and page to be underlined by default? I know the links get an underline when you move the mouse over the link, but I want it to appear always underlined, so the links are more visible and differentiable from plain text for people with sight problems.
You can differentiate links by the colour, but if I use a bright colour Google Pagespeed Insights says that there’s not enough contrast with the background, and if I use a darker color then it’s more difficult to differentiate links from regular plain text. So, the best solution is to use an underline for every link in the posts. That way Google Pagespeed Insights is happy and the accesibility of my webpage also gets improved. Maybe some CSS code can solve the issue or there’s an option in the Newspaper theme I haven’t seen yet?

Thank you very much for your help.

Post count: 27744

Hi,

Please check this topic https://forum.tagdiv.com/topic/customize-hyperlinks/

Thank you!

Post count: 5

Thank you for the info. I’ve checked the topic but it’s not working on my site. I’ve tried to get the underline by default for all the links inside the posts with this code and it doesn’t make any changes:

.tdb_single_content a {
border-bottom: 1px solid #ed1d25;
}
.tdb_single_content a:hover {
color: ##00a7c9;
}

Also I’ve tried this piece of CSS code recommended in the topic and still can’t get the underlined links:

.wpb_text_column a, .wpb_text_column a:hover, .td_block_text_with_title a, .td_block_text_with_title a:hover{
text-decoration: underline red!important;
}

Can you help me, please? Here’s a post of my website if you want to check: https://misterkernel.com/google-and-universal-music-want-artists-to-get-paid-for-ai-generated-music

Thank you in advance!

Post count: 27744

Hi,

Please try this code .td-post-content a {
border-bottom: 1px solid #ed1d25;
}
.td-post-content a:hover {
color: #00a7c9;
}

Thank you!

Post count: 5

Solved! Thank you so much for your help! 🙂

Post count: 27744

Hi,

I’m glad.

Have a great day!

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