Site logo

Archived topic

Change color of the links in posts

5 replies · Started by Xavier on May 4, 2020

Viewing posts 1–6 of 6

Hi,

How can I change the color of the links in my posts?

Thanks!

Hi there,

in Customizer > Colors > Content --> Links

Hi thanks for your reply,

The place you told me to change is for any link in the website, but I was looking for a solution to change the colour of the links but only in the posts, is it possible?

Thanks in advance,

Try this CSS:

.single-post .entry-content a {
    color: red;
}

Great:). Thank you so much!

You're welcome

This archived topic is closed to new replies.