Hi,
I have a problem with contact form in edge.
I can’t see the variables in drop down, while I see them in chrome and safari.
Looking forward hearing from you .
best regards.
MS
Hey maryenvato,
Thank you for the inquiry.
The select options are there but the color of the text is the same as the background. Please try to add this css code to adjust the option color and the position of the select image.
#top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select {
-webkit-appearance: none;
background-position: 100% 50% !important;
}
#top .entry-content-wrapper select option {
color: #000000;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
Perfect Ismael,
I can see drop down correctly.
Thank you so much.
MS