@PitaJ Thanks!
alt text
Question, how do I change the color of links in posts in the CCS without changing the color of all links.
I want to change this color and not the color of all links on the website.
in your custom css
.posts .content a {
color: red;
}
@baris it works
thanks for quick reply