Hello!
I have been trying to make the corners rounded on my quanitity selector on product page with diffrent codes from googleing, but noone works.
Anyone able to lend a hand?
Thanks in advance
Hello!
I have been trying to make the corners rounded on my quanitity selector on product page with diffrent codes from googleing, but noone works.
Anyone able to lend a hand?
Thanks in advance
Hey @Lilboris
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @Lilboris ,
Navigate to the Online Store, go to Themes, select Edit Code, search for the file base.css, and paste the code at the end of the file.
.product-form__quantity .quantity::after {
border-radius: 40px !important;
}
Hello @Lilboris
Please check the screenshot below and do the changes.
If you find this helpful, please like and mark the job as completed.
Thanks