http://fitness.maximfactory.com/
In the form on the home page the class section drop down is not able to be read because the background is white and the font is white, how do I fix this?
The form is in a color section as well if that makes a difference.
Thanks.
Hi Micheal0424!
Try adding this to your custom CSS.
option {
background: white !important;
color: black !important;
}
Regards,
Elliott
Thanks