Tagged: andy, CONTACT FORM
Hi,
Their seems to be a bug in the contact form with chrome.
When you use the drop down option in select an element and you have a coloured background, the background changes to white and you can’t see the options.
Hey OneClickTech!
Thank you for using Enfold.
You can change the color of the options text in the Quick CSS field:
#top .av-custom-form-color select option {
color: gray;
}
Best regards,
Ismael
That code fixes Chrome but messes up Firefox now. So any other suggestions.
I was bring the bug to your attention so the code could be fixed in the theme update.
Hi!
I checked on Firefox and it’s working fine for me. Please clear browser cache and hard refresh a few times. Check on another computer as well. If the issue persist, can you show us a screenshot of what’s going on for your please? use imgur.com or dropbox.
Best regards,
Andy
Hi Andy,
See pic of the issue.
Thanks
Hey!
thanks for the pic. Use this code:
.avia-mozilla #top .av-custom-form-color select option {
background: white;
}
Best regards,
Andy