Hello!
I am looking to remove the Quantity selector and Add to Cart button on just one of my products on the Dawn theme. Does anyone know how to accomplish this? Thank you very much!
A user wants to remove the quantity selector and “Add to Cart” button from a single product page on the Dawn theme.
Proposed Solutions:
Create a custom product template: Build a new template specifically for this product, then remove the quantity and buy button blocks from that template. This approach isolates the changes to one product without affecting others.
Use custom coding with tags: Apply conditional code that targets the specific product using tags to hide these elements.
Apply product-specific CSS: Hide the elements using CSS that targets only the URL or identifier of the particular product.
One responder offered to provide exact CSS code if given the product link. Another requested the store URL to review and assist directly. The discussion remains open, awaiting the original poster’s response with store details or product information.
Hello!
I am looking to remove the Quantity selector and Add to Cart button on just one of my products on the Dawn theme. Does anyone know how to accomplish this? Thank you very much!
Hi @amgl ,
Let me know which product you want to remove the quantity selector and Add to Cart button from.
Thank you for reaching out to the Shopify community. I’d be glad to assist you. Could you kindly share your store URL and
password (if it’s password-protected) so I can review it and provide you with an update?
Hi @amgl
this can be done via custom coding with the help of tag.
Hi @amgl
You can do that by creating a new product template, assigning this template to the product you mentioned, and removing the Quantity selector and Buy button blocks from this template. You can check this to learn how to create a new template
https://help.shopify.com/en/manual/online-store/themes/theme-structure/templates
Or send me the link to your product so I can provide CSS to hide it from that product only.