Remove category tag from blog page

Home Forums Gillion Theme Remove category tag from blog page

Home Forums Gillion Theme Remove category tag from blog page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • SarahS
    Participant

    Hi! Sorry for all of the questions recently! I cannot seem to get rid of the “UNCATEGORIZED” category tag that appears below my featured images (http://blog.lightful.com/).

    I’ve tried all sorts of variations on

    span.post-categories {
    display: none;
    } etc…

    But nothing seems to get rid of the text. Be very grateful if you could point me in the right direction. Many thanks!

    Solution for this topic

    Hi Sarah,

     

    Thank you for your question.

     

    You can remove 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

     

    .blog-list .post-categories-container {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    SarahS
    Participant

    That has worked perfectly, thankyou!

    You are always welcome here 🙂

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