Hi
Can someone tell me the code and where to put it in the ‘Craft’ theme to change the quantity button to transparent in the ‘Your Cart’ section
It is currently black (see picture)
I can not provide url as the site is not published yet.
Hi
Can someone tell me the code and where to put it in the ‘Craft’ theme to change the quantity button to transparent in the ‘Your Cart’ section
It is currently black (see picture)
I can not provide url as the site is not published yet.
Hello There,
quantity-input.quantity {
background-color: transparent!important;
}
Hello There,
quantity-input.quantity::before {
background: transparent;
}
amazing, that worked thank you
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.