how to remove or icon from the cart of the products that appear in the category?
-
how to remove or icon from the cart of the products that appear in the category?
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page url. Also share the wp logins details of your site i will check and give you a possible solution.
Best Regards.
Hello,
Try to add following custom css code in Theme Settings > Custom CSS > Custom CSs for mobile:
.wd-hover-quick .wd-add-btn {
display: none !important;
}
Best Regards.