I love how the light transparent option looks on my form, however the questions that have multiple choices have a white background in the drop down area and you cannot see the text. Is there a way to change the background color for the answer selections? See image here:
see live form on website here: http://pj6.be2.myftpupload.com/#investors
Hey dynamicdesignsnw,
Thanks for the link and screenshot, though I can’t reproduce the problem on my end using Chrome on OSX. Are you on a Windows machine?
Best regards,
Rikard
Yes,, using chrome. Still looks that way on chrome and microsoft edge
Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.home div .av-light-form select {
background-color: #00536c !important;
}
Best regards,
Mike
That worked perfectly – thank you!!!