Hey, I would like to remove the box around the quantity. Does anyone know how to code this?
Thanks in advance
Shop domain: brokenmind.com PW: TESTX
Hey, I would like to remove the box around the quantity. Does anyone know how to code this?
Thanks in advance
Shop domain: brokenmind.com PW: TESTX
Hi, @drew23
You can try this code
.quantity:after {
box-shadow: unset !important;
border: unset !important;
}
Thanks a lot