Changing the background of my Variant Picker

Solved

Changing the background of my Variant Picker

movementwarrior
Visitor
1 0 0

How do I change the background color of my variant picker and quantity selector from white to black? Here is my website https://rebelsouluprising.com/products/i-am-a-**bleep**-hoodie-with-decorative-ears

 

Accepted Solutions (2)

Guleria
Shopify Partner
4077 801 1149

This is an accepted solution.

Hello @movementwarrior ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

 

quantity-input.quantity {
    background-color: #000 !important;
    color: #fff !important;
}
.product-form__input--pill input[type=radio]+label {
    background-color: #000 !important;
}

 

 

If you need help with code part you can contact me for services

You can find the email in the signature below.

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Dan-From-Ryviu
Shopify Partner
11374 2229 2404

This is an accepted solution.

You can change the color of the text to black instead. Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to do that

.product quantity-input,
.product quantity-input svg,
.product .product-form__input label { color: #000 !important; }

Screenshot 2024-10-29 at 10.36.05.png

- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
4077 801 1149

This is an accepted solution.

Hello @movementwarrior ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

 

quantity-input.quantity {
    background-color: #000 !important;
    color: #fff !important;
}
.product-form__input--pill input[type=radio]+label {
    background-color: #000 !important;
}

 

 

If you need help with code part you can contact me for services

You can find the email in the signature below.

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

Dan-From-Ryviu
Shopify Partner
11374 2229 2404

This is an accepted solution.

You can change the color of the text to black instead. Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to do that

.product quantity-input,
.product quantity-input svg,
.product .product-form__input label { color: #000 !important; }

Screenshot 2024-10-29 at 10.36.05.png

- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.