[ad_1]
Hello, I would like to customize the size picker so that the sizes are not white on white and are better visible. The problem is though that there isn’t an option on how to do that at least that I know of in the standard wordpress environment. This size picker is automatically generated by woocommerce, and it doesn’t even show in the block editor.
Thank you for your time and have a nice day 🙂

This is done simply with css. Right click > Inspect > look at the CSS, write your own to customize eg `.woocommerce select option { color:black; }`