Anyone know how I can change from this
to this
please
Hi @Ryan1998
Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.
Best regards
Sahil
yes thankyou!
Hi @Ryan1998 Please add the code in your theme.css/base.css/style.css file which is available in your theme.
#shopify-section-template--21220955717961__main quantity-input.quantity{
width: 60px !important;
}
svg.icon.icon-minus {display: none;}
button.quantity__button.no-js-hidden {
display: none;
}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
Result:
For the quantity text there will be option in theme to change the text according to your needs, you will find the text in quantity file.
If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Best Regards
Sahil