Post Content Link Color

Posted in: Newspaper
Post count: 5

It appears the theme uses the accent color from theme panel for the link color in posts. What would be the custom CSS to change the color of links that are in posts?

Thanks
Aaron

Post count: 23312

Hello gekkie96,

If you want to change the color for all the links in your posts content, please try the code below and add it in Theme panel->Custom CSS area.

.single .td-post-content a {
color:red!important;
}

If is not what you mean, please provide more details about your desired changes.

Thank you for the message!

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