Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #652062

    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?

    • This topic was modified 7 years, 9 months ago by mosaic.
    #652064

    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

    #652067

    Perfect, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change the color of the category text in blog posts?’ is closed to new replies.