Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #813325

    Hi,

    is it posible to hide the short description via css like this:
    div.description {
    display: none !important;
    }
    I can’t find the right class.

    Because i want to give a product a hidden description for product search results

    #813773

    Hey Luisgasser,

    Try using this code:

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

    Hope this helps :)

    Best regards,
    Nikko

    #813825

    great, thank you!

    #813981

    Hi,

    Do you still need further help with this topic, or can we close this thread? :)
    Best regards,
    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.