Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
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
This is an accepted solution.
@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;}
This is an accepted solution.
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
This is an accepted solution.
@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;}
Thank you:)
its my pleasure to help us
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025