Excludes Categories Display?

Home Forums Gillion Theme Excludes Categories Display?

Home Forums Gillion Theme Excludes Categories Display?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • gnbuzz
    Participant

    Hello, is there a way to exclude categories from being displayed?

    Hi @gnbuzz,

     

    I hope you are well today and thank you for your question.

     

    Could you please share the page URL from your site where it is displaying and you want to exclude it so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    gnbuzz
    Participant

    Hi,

    It’s the home page and every story page (blog post). You will see the categories displayed in the top story, then the third module on the home page:

    https://trailposse.com

     

    Also at the top of all story pages, as an example:

    https://trailposse.com/2019/09/nature-keeps-me-grounded/

     

    Thanks,

    Glenn

    Solution for this topic

    You can hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .post-categories {
        display: none !important;
    }

    gnbuzz
    Participant

    Exactly what I was looking for! Thanks so much!

    Glenn

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)