Remove tags from Article

Home Forums Gillion Theme Remove tags from Article

Home Forums Gillion Theme Remove tags from Article

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • rahulit
    Participant

    Hello,

     

    I want to know how to Hide tags below the article. There is no option to hide tags in Single Post. Please Help me.

    Hi @rahulit,

     

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

     

    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

     

    .single-post .post-tags-container {
        display: none;
    }

     

    Best regards,
    Shufflehound team

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