Shopify themes, liquid, logos, and UX
I am looking for a solution to hide the 'Add to cart' button on COLLECTION page ONLY in Supply theme.
We want the 'Add to cart' button to remain on the product page only.
Thanks
Solved! Go to the solution
This is an accepted solution.
I would like to give you a solution to support you.
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid theme file.
3. Paste the below code before </body>:
<style>
body.template-collection a.product-grid-item form .btn{
display: none;
}
</style>
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Hello @Joe220678
It's GemPages support team and glad to support you today.
To provide you with the most precise solution in this case, could you please share the home page link?
This is an accepted solution.
I would like to give you a solution to support you.
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid theme file.
3. Paste the below code before </body>:
<style>
body.template-collection a.product-grid-item form .btn{
display: none;
}
</style>
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
That has worked perfectly. Thank you.
Is there a way to hide the 'Add to cart' button on the (More of this range) section on the product pages?
Link below:
Antique Brass 2 Gang 13A DP Ingot 2 USB Twin Double Switched Plug Sock – SE Home
Is there a way to hide the 'Add to cart' button on the (More of this range) section on the product pages?
Link below:
Antique Brass 2 Gang 13A DP Ingot 2 USB Twin Double Switched Plug Sock – SE Home
add below code into theme.liquid file before closing </body> tag
<style>
form {
display: none !important;
}
</style>
Hello,
I would like help with moving 'add to cart' closer to product on collection pages. When I have installed code mentioned previously it sits closer to the product underneath and is confusing. It also sits in different positions based on length of product description. Can I be moved next the product description & price? See examples...
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025