Cart page - background/font color of 'Quantity" button

Hello,

I would like to change the color either of the background or the font of the button of 'Quantity" on my Cart page. Right now the font is white and the background is light grey and it’s impossible to read it. (see screen shot attached)

website - www.nono-activewear.com
password - skeort

Thank for your help!
Amitai

1 Like

Hello @Nonoactivewear ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss.liquid paste bellow code in bottom of file
.ajaxcart__qty input[type=text], .js-qty input[type=text] {
    background: #000;
}

Thanks

1 Like

@Nonoactivewear sorry for this issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.ajaxcart__qty input[type=text], .js-qty input[type=text] {background: transparent;}
1 Like

Thank you:)

1 Like

@Nonoactivewear

its my pleasure to help us