I have searched far and wide on the Internet but have not found anything helpful regarding how to style the dropdown portion of a dropdown list in a form. I would appreciate a p
I have dropdowns in my cart that were light gray if not selected. I was able to turn the text black with this:
#customer_details ul { color: black !important; }
That was all I needed to change, so I can't say what else you could do.