Hello
I tried using the contact form element on the light color theme setting. For some reason the drop downs for title and subject change to a font color that matches the drop down color so the options cannot be read. Stranger still this only happens in Firefox and Internet Explorer on Windows. Chrome on Windows and all Mac browsers do not have this problem. Any thoughts on how to fix this?
James Perkins
Hey JamesPerkins,
Can you give us a link to the page mentioned? so we can take a closer look, and try to give you css codes that should help.
Best regards,
Nikko
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
Please change the color value to suit your design.
#top select,
#top .avia_ajax_form .select,
#top .entry-content-wrapper select {
background: #000;
color: gold;
}
If you do not view the changes please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.
Best regards,
Vinay