On my home page I have blog posts in a grid layout. The first thing it displays is the category, ‘News’, which is currently blue. How can I change it to black?
Hey kieranvyas,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_elegant-blog #top .post-entry .minor-meta a {
color: black;
}
Best regards,
Yigit
Perfect, thank you!