I have 2 forms with color set to “Light Transparent”.
The fields set to “Select Element” produce drop downs which contain white text on white backgrounds. This make the selection text invisible and unusable.
Is there a fix for this?
Thank you!
Doug
Hey doug123!
Thank you for using Enfold.
You can change the option element color with this on Quick CSS:
#top .av-custom-form-color select option {
color: red;
}
Regards,
Ismael
Had the same issue, this worked great for me.
Thank you!!