Hi Community,
I’m looking to remove the quantity selector from the cart/cart drawer. I would like it removed for both mobile and desktop. Hope someone can help!
Thanks
A user seeks to remove the quantity selector from the cart drawer in Shopify’s Dawn theme for both mobile and desktop views. An attached screenshot illustrates the element to be removed.
Proposed Solution:
div#CartDrawer td.cart-item__quantity with display: none;Current Status:
The issue remains unresolved and requires additional debugging to determine why the CSS approach failed.
Hi Community,
I’m looking to remove the quantity selector from the cart/cart drawer. I would like it removed for both mobile and desktop. Hope someone can help!
Thanks
Hi @jsingh99
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?
Hello @jsingh99 , Please follow these steps to add this CSS code:
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file → Save
div#CartDrawer td.cart-item__quantity {
display: none;
}
Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.
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?
Thanks for your reply. I copy and pasted at the bottom of base.css and still no luck