Hyperlinks no longer showing in colour

Posted in: Newspaper
Post count: 25

Hi folks,

Last week my hyperlinks stopped showing up in colour, e.g. usually when I linked to something, the links would show in blue – this no longer happens.

Any recommendations?

Here’s an example from today https://www.theirishroadtrip.com/mcdermotts-castle-roscommon/

Thanks,

Keith

Post count: 20688

Hi,

The links will first inherit the theme accent color, maybe you changed it
https://www.screencast.com/t/1PSfasUB

If you changed the accent color and wish to keep it, but also have the links in a different color, you could set a color while editing the post
https://www.screencast.com/t/Pr6K0dtu
Or color them all at once with some CSS – https://www.screencast.com/t/7C4cBAeP3n
The code will apply to all the links in the post content

.td-post-content a {
color: yellow;
}

Thanks

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