Remove discount and remove add to cart + add to wishes
-
Hello, how can I delete all this from the products?
Attachments:
You must be
logged in to view attached files.
Hi nax1to,
Thanks for reaching to us.
First of all, take my apologies for the delay in answering.
Do you want to remove these info on mobile only or desktop as well?
Regards,
Hello, thanks for reply, Could you tell me the two options?
Thanks.
Hi nax1to,
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.product-grid-item .product-labels,
.product-grid-item .wd-buttons{
display: none;
}
Regards,