Solved

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

Nonoactivewear
Excursionist
15 0 6

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

 

Screenshot 2021-08-02 at 19.24.29.png

 

Accepted Solutions (2)

Developer-G
Shopify Partner
3045 596 848

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

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter

View solution in original post

KetanKumar
Shopify Partner
36839 3635 11972

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;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 4 (4)

Developer-G
Shopify Partner
3045 596 848

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

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter

KetanKumar
Shopify Partner
36839 3635 11972

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;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Nonoactivewear
Excursionist
15 0 6

Thank you:)

KetanKumar
Shopify Partner
36839 3635 11972

@Nonoactivewear 

its my pleasure to help us 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing