How to hide “Add to Cart” button
-
How to hide “Add to Cart” button but keep all other elements such as pricing, options etc….so ONLY hide add to cart button
Forgot to mention I would like to do this per product basis
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-add-btn.wd-add-btn-replace.woodmart-add-btn {
display: none;
}
.woocommerce-variation-add-to-cart {
display: none;
}
Best Regards
No that did not seem to change anything. Also I am wanting to remove the add to cart for individual prodcts
Hello,
Please provide the URL of the website to check it myself and help you out accordingly.
Sorry but it is not possible to hide individual products.
Best Regards
Thank you …but I will need the function to enable and disable per product.
Hello,
Sorry but it is not possible to hide it for specific products.
It requires customizations and this is beyond our limitations and support policy.
Best Regards