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 ,
- Go to Online Store->Theme->Edit code
- 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
- Go to Online Store->Theme->Edit code
- 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
@Nonoactivewear
its my pleasure to help us