Hide Post "category" meta in blog slider

Home Forums Gillion Theme Hide Post "category" meta in blog slider

Home Forums Gillion Theme Hide Post "category" meta in blog slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • axxum
    Participant

    Hey guys! I need to hide post “category” meta in blog slider and blog post widgets. Can you guys help me with this. I’ve looked in the theme documentation but didn’t find a solution.

    Thanks!

    Hi @axxum,

     

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

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    axxum
    Participant

    htpps://thelight.live

     

    I need to hide category meta in the main slider and the blog section titled “today’s Playlist

    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

     

    .slick-slider .post-categories-container,
    .blog-slider-item .post-categories-container {
        display: none;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)