Shopify themes, liquid, logos, and UX
Hello guys,
I' ve been stuck with this. On the face of it, it doesn't seem to be a big issue but I was unable to locate the file to modify in order to get rid of the quantity selector in the cart.
Cause I am only selling unique items and do not need that function at all.
I am using the prestige theme and there is no native function to do so. Any ideas?
Thanks a lot
Solved! Go to the solution
This is an accepted solution.
Hi @Fouc_the_Great
if you want to remove it:
Please use this code:
#sidebar-cart .QuantitySelector{
display: none;
}
Thank you for your question.
You can try follow this path:
Themes => edit code => asset => theme.scss.liquid
and add this code to bottom of the file theme.scss.liquid
#sidebar-cart .QuantitySelector{
pointer-events: none;
}
Thanks @Michael for taking the time
Just tried it but it doesn't change anything. The qty selector still shows 😕
This is an accepted solution.
Hi @Fouc_the_Great
if you want to remove it:
Please use this code:
#sidebar-cart .QuantitySelector{
display: none;
}
Dude, you rock!
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