Shopify themes, liquid, logos, and UX
Hi
How do we remove "Add to cart" button from a particular collection template.
I have created a Gift card collection and i dont need Add to cart button on that collection page.
I have created another collection template and i want to remove add to cart buttons from that template.
(As shown below)
Solved! Go to the solution
This is an accepted solution.
@CNDY_123, let try this one before </head>
{% if template.suffix contains 'gift-collection' %}
<style>
.quick-add {
display: none!important;
}
</style>
{% endif %}
Hope it helps you 😊
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Hi @CNDY_123 ,
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
{% if template.name contains 'gift-collection' %}
<style>
.quick-add {
display: none!important;
}
</style>
{% endif %}
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Hello @theycallmemakka
Thanks for the response!... but the code didnt work 😞 .. "Add to cart" button still visible. Please check the images below
@CNDY_123, could you kindly share your store url?
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
This is an accepted solution.
@CNDY_123, let try this one before </head>
{% if template.suffix contains 'gift-collection' %}
<style>
.quick-add {
display: none!important;
}
</style>
{% endif %}
Hope it helps you 😊
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025