How to hide Category description on Mobile

This topic has 2 replies, 2 voices, and was last updated 1 years, 3 months ago ago by Tony Rodriguez

  • Avatar: David
    David
    Participant
    January 2, 2023 at 23:41

    Hello,

    Is there a way to hide the category description on mobile so it doesn’t show up as it does on a normal browser, please see attached screenshot:

    https://imgur.com/a/xS6eRHJ

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    January 3, 2023 at 05:58

    Hello, @David,

    Please copy and paste the below-given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and check back to your site after removing the cache.

    @media(max-width: 767px){
    .tax-product_cat .term-description {
        display: none !important;
    }
    }

    Regards 8Themes Team.

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

You must be logged in to reply to this topic.Log in/Sign up

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