Remove Short Description from product archive/category
-
Hi,
By default in list view it’s showing product short description and I don’t want it, how can i remove this from shop & product category pages.
Attachments:
You must be
logged in to view attached files.
Hi smart.sharukhkhan786,
Thanks for reaching to us and appreciate your patience.
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
Hi,
I already gave you access in my both other topics
Hello smart.sharukhkhan786,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.wd-product.product-list-item .product-wrapper {
align-items: flex-start;
}
.wd-product.product-list-item :is(.shop_attributes tbody,[class*="short-description"]) {
display: none;
}
Regards,