How can I remove bold borders in the quantity picker?

Can someone help me please? In the quantity picker, suddenly the Borders turned bold. Can someone help me remove the bold Borders please? My website is elliotkohn.co.il

Hello!

Please go to Online store > choose theme to modify > Click 3 dots button > Edit code.

In your assets folder find the file theme.css

Go to the bottom of the file and paste this code.

button.quantity-selector__button:nth-child(1) {
  border-left: none;
}

button.quantity-selector__button:nth-child(3) {
  border-right: none;
}

Hope it helps!

1 Like