• Resolved Matt

    (@visibledeals)


    Hello,

    How do I hide description from product category page with deleting it?

    In the link below, I am trying to hide the following text:

    We carry a wide range of automotive accessories like:

    car freshener
    battery terminals
    funnels
    tire care & car wash products
    bulbs
    car interior leather care products
    and so much more – all for low prices.

    https://visibledeals.com/product-category/auto-accessories/

    Thanks for your help in advance.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s probably the text into the category description:
    products -> category

    Hello @visibledeals,

    We can hide the category description with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    .term-description {
    display: none;
    }
    

    Kind regards,

    Manoj

    Thread Starter Matt

    (@visibledeals)

    Manoj,

    That did the trick. Thanks so much for your help.

    • This reply was modified 5 years, 11 months ago by Matt.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do i hide description from product category page’ is closed to new replies.