Remove Article Description

Home Forums Gillion Theme Remove Article Description

Home Forums Gillion Theme Remove Article Description

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

    Hello,

     

    how do I completely remove the article description, because at the moment you can have description length minimum of 10 words?

     

    Thank you

    Hi  @irfanisrael,

     

    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 remove it?

     

    Best regards,
    Shufflehound team

    irfanisrael
    Participant

    Hello,

     

    if you go to my website https://lifecobra.com and click on any category, you will ses that each post in every category has an article description and I would like to remove that.

     

    Thank you

    Solution for this topic

    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

     

    .archive.category article .post-content {
        display: none;
    }

    irfanisrael
    Participant

    Hello,

     

    thank you, it worked

    You are most welcome here 🙂

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