Description Length

Home Forums Gillion Theme Description Length

Home Forums Gillion Theme Description Length

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

    Hi,

     

    we have updated from 2.0 to the latest version and works perfectly.

    I have one question, in categories blog listing , how to hide excerpt ?

    Description Lenghs is now stetted on 10. How to change it?

    Thanks,
    Regards,
    Bidzina

    Hi Bidzina,

     

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

     

    You can hide post excerpt on categories pages 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;
    }

     

    Best regards,
    Shufflehound team

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