Rounded corners on quanitity selector - DAWN

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? :slightly_smiling_face:

www.hundben.se

Thanks in advance

Hey @Lilboris

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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