How do I make the quantity selector have the same round edges as my add to cart?

https://6psih2hey4c3kazq-60589605120.shopifypreview.com

You could try adding this code to the bottom of the base.css file.

.product-form__input.product-form__quantity .quantity {
  border-radius: 100px;
}

Result:

1 Like

Thank you very much

1 Like

@Finn4
You are welcome!