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;
}
}
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024