Shopify themes, liquid, logos, and UX
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;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025