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...
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024