change hyperlink color in posts

Posted in: Newspaper
Post count: 43

Hello, the hyperlinks on my website in posts and pages are not visible on Newspaper. Is there a way I can make it bold or another color? Can’t find it in Theme Color. thanks

Post count: 20687

Hi,

The hyperlink color in the theme is by default defined by the theme accent color set here – https://www.screencast.com/t/5d7XPdfYj8 You can further customize it inside a post when creating it like this – https://www.screencast.com/t/TxRoZOh3WM
Also you could use custom Css code entered in Theme panel->Custom Css to modify all the links inside the posts. Here is an example:

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

Thanks

Post count: 13

Even though my accent color is Blue, the hyperlink on my posts are all Black! Is there any other setting?

Post count: 20687

Hi,

It should be the same for the links, unless maybe you used some custom code, you can try to change the color of the hyperlinks with the methods provided above, inside the posts – https://www.screencast.com/t/TxRoZOh3WM or using the custom code to change them all at once on every single post page. If these methods do not work for you, please provide a link to your website so we can inspect it and see why the the color is black on the hyperlink text.

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.