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
Hey Luisgasser,
Try using this code:
.woocommerce-product-details__short-description {
display: none;
}
Hope this helps :)
Best regards,
Nikko
great, thank you!
Hi,
Do you still need further help with this topic, or can we close this thread? :)
Best regards,
Sarah