How can I remove the quantity box in the Dawn theme?

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

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> base.css ->paste the below code at the bottom of the file.
.quantity:after {
    box-shadow: unset !important;
    border: unset !important;
}
1 Like

Thanks a lot