Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1053259

    I’m using the grid layout in the Post Widget on the front page of my website.
    I am using a red background in the area….and unfortunately, the link for the category is red as well.

    My question is twofold:

    1. can we just delete the link to the category? or,
    2. My preference, is to change the link color to WHITE

    #1053283

    Hey grivers99,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #events span.blog-categories a {
    color: #fff !important;
    }

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.