Post text inline link color

Posted in: Newspaper
Post count: 37

Hi,

Theme: https://demo.tagdiv.com/newspaper_sound_radar/
I want to change the link color in the post which is red now. How can I change this link color? I want to change only te link color, not the entire theme color. I tried this;

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

But It did not change. Is there any way (live css code or etc.) to do that ?

Thanks

Post count: 20688

Hi,

The links will first inherit the theme accent color
https://www.screencast.com/t/1PSfasUB

If you want to keep the accent color, but 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;
}

Unless maybe there is additional HTML around the links. I could take a look, please provide a link to the website.

Thanks

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