Hi!
I am trying to figure out how to change the color of my quantity selector on Refresh theme. I tried few codes I found but none of them worked. So help is needed. Thank you in advance!
Hi!
I am trying to figure out how to change the color of my quantity selector on Refresh theme. I tried few codes I found but none of them worked. So help is needed. Thank you in advance!
hi @Axu ,
Let me know what you want to change its color.
Hello @Axu
Could you share the store URL so that I can review it?
Try add to this code at the bottom of Theme > Edit code > assets > base.css
.quantity:after,
.quantity:before {
border-color: #fafafa;
}
button.quantity__button {
color: #fafafa;
}
Try it and let me know
Hi @Axu
Please share your store URL, page URL and also password (if your store has one) so we can help you.