how to hide add to cart buton in the category and home page ?
-
hello
I will hide or remove the add to cart buton in the category page product and if it is possible, in the home page too.
Hello,
You have enabled quick shop on a category page are you sure you want to hide the add to cart button? If so, please add this code to the Theme settings > Custom CSS:
.basel-hover-quick .quick-shop-btn {
display: none;
}
In order to hide the Add to cart button on home page, add this code:
.basel-hover-base .basel-add-btn>a {
display: none;
}
Best Regards