Issue: After setting the product page background to white with black text via a CSS rule on div#shopify-section-template–16328575287551__main, the product size picker text was also black but needed to be white. A shop preview link and a screenshot were provided; the “size picker” refers to the product variant selector.
Solution: Add a CSS override targeting the size picker’s selector in theme.css to force white text:
.variant-input { color: white !important; }
Steps: Online Store → Theme → Edit code → theme.css, paste the rule at the bottom.
Outcome: The change worked perfectly, updating the size picker text to white. The thread is resolved with no remaining questions.
Summarized with AI on February 10.
AI used: gpt-5.
Hello, please can you help me to solve this problem. So i customized the background on the product page , to have it different from the main background. I made it white with black text. But now the size picker is also black text, but i need it to be white.