Add to Cart Button in Quick View
-
Hi,
As first I have to compliment you for your great theme!
I’m just about to adjust everything to my wishes, but have encountered a problem. How can I hide in the QuickView the add to cart button, or what would be much better to change this so that the link to the respective product variation?
Hello,
Thank you for choosing our theme and contacting us.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue
.product-quick-view .variations_form {
display:none;
}
Kind Regards
XTemos Studio