Hiding ‘Add to Cart’ Option on Quick view
-
Hi
How do I hide the ‘Add to Cart’ option on QuickView pop up? See screenshot attached, I want to hide both the addcount as well as ‘Add to cart’ button. Thank you.
Is there a way to change the icon used for ‘Quick view’ on Product archive? (see screenshot). It is the same as Search Icon, which is confusing. Either change the icon or just say ‘Quick view’ as a link button. Thank you.
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL so I will check and give you a possible solution.
Best Regards.
Regarding this:”How do I hide the ‘Add to Cart’ option on QuickView pop up? See screenshot attached, I want to hide both the addcount as well as ‘Add to cart’ button. Thank you.”
>>>If you go to Product Grid page (i.e. open Dining Tables category) and then click on QuickView, the pop up which opens.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.popup-quick-view .wd-scroll-content>a{
display: none !important;
}
.wd-product .wd-quick-view-icon > a:before {
content: "\f122"; /* quick view icon */
}
Best Regards.
Hi, thank you the Quick View icon is changed. May I know how to:
“Hide the ‘Add to Cart’ option on QuickView pop up? See screenshot attached, I want to hide both the addcount as well as ‘Add to cart’ button. Thank you.”
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.popup-quick-view form.cart {
display: none !important;
}
Best Regards
Ah works, beautiful! thank you
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Hiding ‘Add to Cart’ Option on Quick view’ is closed to new replies.