Green Category Banner Over Blog Photo - by TRose8

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

  • Avatar: TRose8
    TRose8
    Participant
    April 22, 2018 at 01:33

    Hello,

    A green banner featuring a blog post category can be seen on each blog post in the general blog posts view. How do I hide that feature? I do not want to see those green bars across my images.

    4 Answers
    Avatar: freezinghot
    freezinghot
    Participant
    April 22, 2018 at 19:15

    I would also like to remove the category bar from the blog archive images. I only have one category and so it will look repetitive. Thanks.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 23, 2018 at 08:49

    Hello,

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

    .post-grid .post-categories {
        display: none;
    }

    Regards

    Avatar: TRose8
    TRose8
    Participant
    May 15, 2018 at 03:46

    How do we remove the green category box from above the title within the single blog post view?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 15, 2018 at 07:19

    Hello,

    Please use this custom css code:

    .single-post .post-categories {
        display: none;
    }

    Regards

  • Viewing 5 results - 1 through 5 (of 5 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.