Shopify themes, liquid, logos, and UX
Hello,
does somebody know how to add the higher lower option on the quantity selection on mobile?
Thank you!
use below css code in your theme.scss.css file refer to the screenshot below
@media screen and (max-width:600px){
.product-single__quantity input#Quantity[type=number]::-webkit-inner-spin-button,
.product-single__quantity input#Quantity[type=number]::-webkit-outer-spin-button {
opacity: 1;
}
}
This is not working sadly.
it should work i have tested it. can i fix that for you ?
I added the code but its not showing on my iPhone.
@media screen and (max-width: 600px){
.product-single__quantity input#Quantity[type=number]::-webkit-inner-spin-button,
.product-single__quantity input#Quantity[type=number]::-webkit-outer-spin-button {
opacity: 1;
-webkit-appearance: initial !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