remove add to cart icon on shop page
-
remove add to cart icon on shop page
Attachments:
You must be
logged in to view attached files.
remove add to cart icon on shop page
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop {
display: none;
}
Best Regards
Remove add to cart Button In Out Of Stock Products in Shop Page
Hello,
Sorry but it is not possible to hide the add to cart button only for the out of stock products.
It requires customizations and this is beyond our limitations and support policy.
Best Regards
Remove add to cart Button In Out Of Stock Products
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry but I am unable to see the add to cart button on the products.
Please clear cache and check back.
Best Regards
Remove add to cart Button In Out Of Stock
Hello,
Please try adding the following Custom CSS for that.
.wd-add-btn.wd-action-btn.wd-style-icon.wd-add-cart-icon {
display: none;
}
Best Regards