How to hide descriptions in categories - by Juanma Sanchez

This topic has 4 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Rose Tyler

  • Avatar: Juanma_Sanchez
    Juanma Sanchez
    Participant
    May 23, 2020 at 20:26

    How to hide descriptions in categories

    Hi. I want to hide the descriptions of the categories, both long and short.

    How can I hide them?
    Woocommerce indicates that they are disabled by default, but themes can have them enabled.
    https://pasteboard.co/J9KcI2MN.jpg
    https://pasteboard.co/J9Kd8kS.jpg

    Thank you!

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 24, 2020 at 07:40

    Hi,

    Theme Options > WooCommerce (Shop) > Shop > Shop page layout > Shop Page Banner Position > Disable
    Also, add the next code in Theme Options > Theme Custom CSS > Global custom CSS:

    .tax-product_cat .et_second-description {
        display: none;
    }

    Regards

    Avatar: Juanma_Sanchez
    Juanma Sanchez
    Participant
    May 24, 2020 at 10:21

    Perfect!!!
    Thank you Rose!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 24, 2020 at 10:31

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘How to hide descriptions in categories’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.