ResolvedRemove Short Description From Shop Page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24348
    mark73181
    Participant

    I need help removing the short description from shop page but still keeping the description on the individual product pages.

    Can you provide information as to what code to use and what file to put it in?

    Thank you

    #24360
    Althemist
    Keymaster

    Hi mark73181,

    It can’t be removed, but you can visually hide it with CSS. Something like this:

    .prod_hold .woocommerce-product-details__short-description {
        display: none;
    }

    You can place the code in the style.css if using the child-theme OR in Appearance > Customize > Additional CSS field

    Hope this helps.

    Regards,
    Dimitar

    #24384
    mark73181
    Participant

    Thank you that worked perfectly.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register