/* Change variant dropdown font color */ #main-product-variants { color: #ffffff !important; /* Change #000000 to your desired color code */ } /* Change the color of the *selected* item in the dropdown */ .product-variant-select { color: #000000 !important; /* Change #000000 to your desired color code */ }