Hello,
How can I change the color of the blog on my website?
http://kerkeind.nu/nieuws/
If i change the color in the dashboard > Enfold > General Styling than the color of the text will be the color and the heading will be a few tints darker. I only want to change the heading?
This is the website: http://kerkeind.nu/nieuws/
the heading:
Ondersteun uw buurtvereniging!
GEZOCHT: Nieuwe bestuursleden
etc.
Please help me…
Best regards
Hey Nickkentie!
Your only wanting to change the color of the titles correct? Add this to your custom CSS.
.template-blog .post-title, .template-blog .post-title a {
color: red !important;
}
Cheers!
Elliott