Trying to remove category tabs on featured images

This topic has 6 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler

  • Avatar: brentas
    brentas
    Participant
    November 9, 2017 at 16:34

    Hello,

    I would like to remove the purple tag at the lower left hand corner of each image on my home page that says the category of the post because it blocks part of the image in the “related posts” section.

    I tried changing the main color of the site which worked, but then my active and hover nav bar items would disappear. Is there a way to disable the tag with custom CSS?

    Thanks

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 10, 2017 at 09:05

    Hello,

    Please add this code in Theme Options > Styling > Custom css:

    .et-blog .wp-picture .post-categories {
        display: none;
    }

    Regards

    Avatar: brentas
    brentas
    Participant
    November 10, 2017 at 22:36

    It still seems to appear even after I pasted the code into the custom CSS. Just to be clear, I’m talking about removing the purple box in the lower left hand corner of the featured image of the blog posts. See attached image.

    Thanks!

    Featured image with purple box

    Avatar: brentas
    brentas
    Participant
    November 10, 2017 at 22:37

    Nevermind. I got it working. Thank you!!

    Avatar: brentas
    brentas
    Participant
    November 10, 2017 at 22:40

    Sorry, actually it still appears under related posts for each individual blog post. Can you help me remove those purple boxes from the related posts section?

    Sorry for all the inquiries. Thanks again!!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 13, 2017 at 09:24

    Hello,

    Sorry for the delay due to the weekends.
    Please change previous code to:

    .et-blog .wp-picture .post-categories, article.blog-post .post-categories {
        display: none;
    }

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.