How can I change the color of the 'select size' button?

Hello,

could you please help me to change the color of the ‘select size’ button? right now I can’t see the text on it… I would prefer just transparent background.

thank you!

website - https://nono-activewear.com/

password - skeort

Hello There,

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:

.quantity-input, .single-option-selector {
color: #fff!important;
}
1 Like

hello @Nonoactivewear

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-product-template .quantity-input, .single-option-selector {
    color: #ffffff;
}
1 Like

@Nonoactivewear

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:

.quantity-input, .single-option-selector {
color: #fff!important;
}
1 Like