Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I noticed that the quantity bar isn't appearing in the checkout cart section of my Shopify store. I’m using the Debutify theme, and despite enabling all relevant options, the quantity adjustment doesn't show up. Here's a screenshot of the issue: Gyazo Screenshot Link.
Solved! Go to the solution
This is an accepted solution.
Hi @pfenniger,
Please go to theme.css file, change code here:
Code:
.product.section .product-quantity .product-quantity__input {
display: none !important;
}
.product.section .product-quantity .product-quantity__button {
display: none !important;
}
bump
This is an accepted solution.
Hi @pfenniger,
Please go to theme.css file, change code here:
Code:
.product.section .product-quantity .product-quantity__input {
display: none !important;
}
.product.section .product-quantity .product-quantity__button {
display: none !important;
}