Howdy, I need help styling the quantity button for a featured product to match the quantity button I have pictured below.
First picture is what I am trying to change
Next picture is what I want to have
Hi @BB_Tech ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.product-form__quantity .quantity {
border-radius: 10px !important;
}
Hope it helps!