- This topic has 5 replies, 3 voices, and was last updated 1 month ago by
sujeet.
-
AuthorPosts
-
August 18, 2025 at 12:31 am #340907
Alex
ParticipantHi there
I’m using the “out of the box” black background with white text for the site.
On products with drop down options, the white text is almost indistinguishable from the light grey background. See this page https://alexandriablaelock.com/cup-of-tea-and-sit-down-dark-t-shirt-womens-fit/.
I’ve unsuccessfully tried several css fixes – would you please let me know what I need to do.
Thanks
Alex
August 18, 2025 at 12:44 am #340912sujeet
KeymasterHello @a,
Will you please try adding the following css code to Dashboard > Appearance > Customizer > Additional CSS.
.woocommerce div.product form.cart table.variations td select { background: var(--wp--preset--color--secondary); }
It should solve the issue. Please let me know if this worked. Thank you.
Regards,
SujeetAugust 18, 2025 at 1:01 am #340914Alex
ParticipantThanks Sujeet
I don’t have a customizer option in the appearance menu, so I tried adding this code to the “add to cart with options” block within the single product template, and it didn’t make any difference.
Alex
August 18, 2025 at 1:33 am #340916minal
KeymasterHello @A:
Sorry for the confusion,
Follow those steps as shown on screenshots below,
There, you will find an additional CSS section to add your CSS.
Sincerely,
Minal
August 18, 2025 at 1:58 am #340918Alex
ParticipantPerfect!
Thanks so much.
Alex
August 18, 2025 at 3:04 am #340920sujeet
KeymasterThat’s great Alex.
-
AuthorPosts
- You must be logged in to reply to this topic.