Remove category tag for blog posts

Home Forums Jevelin Theme Remove category tag for blog posts

Home Forums Jevelin Theme Remove category tag for blog posts

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

    Hi Team,

    Hope you are doing fine this week.

    Can you post for me a custom code that will remove category tag for blog posts?

    Seems that those already shared are not completely removing tag and name of the category.

    See attached screenshot and link below.

     

    Thanks,

    Marcin

     

     

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi Marcin,

     

    I hope you are well today and 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

     

    span.post-meta-categories {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    Marcin Gora
    Participant

    Great, all works as expected.

    Thank you!

    You are most welcome here 🙂

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