Add to cart Bottun on product archive
-
Hi Is there a way to remove the add to cart button in the shop and on the home page ?
I am using a multi inventory plugin and require the add to cart to be a link into the product page and not an add to cart function
Hello,
The below code will help you to hide the “Add to cart” button on the Shop and Home pages. Enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.product-grid-item .wd-add-btn {
display: none;
}
Keep me informed of any issues.
Kind Regards
Thanks for that!
Is there any way to change the add to cart button on hover to a read more button that take you to the single product page on home page and product archive
Hello,
Sorry but there is no option in Theme Settings available for that.
It requires customization and this is out of our theme support scope.
Best Regards