How to Change Link Color?

Posted in: Newspaper
Post count: 11

When linking out my links show up as the same color as my theme.

How do I change the Link Color but keep the theme color the same?

Post count: 20688

Hi,

The links will inherit the theme accent color set in the theme panel. If you could specify exactly which link colors you would like to change, I will try to give you a CSS solution.
For example if you are referring to links in the post content, something like this will work
https://www.screencast.com/t/etyRqnM9

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

This code will apply to all links in the post content, for all posts, once entered in Theme panel->Custom CSS.
Minor customization can be made by using the browser inspector tool
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

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