Remove ADD To CART button on pop-up
-
Is it possible to remove the ADD TO CART button from the shop pop-up only?
I have required fields on my products and I get an error when I use the button in the pop-up.
Ideally I would like the ADD TO CART button to have the same behavior as the VIEW DETAILS button,
i.e. goes to the product page. But if I can only remove it from the pop-up that will work too.
Attachments:
You must be
logged in to view attached files.
Hello,
Do you mean quick view popup? Please provide your site link and access, we shall provide you with custom CSS
Best Regarsd
Yes I did mean the quick view popup on my shop page. Link enclosed.
Thank you
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.popup-quick-view form.cart {
display: none;
}
Kind Regards
Worked! Thanks.
Best Wishes
The topic ‘Remove ADD To CART button on pop-up’ is closed to new replies.