Hi, the email field in some of my contact forms on the site has a white background only on mobile as you can see in the screenshot.
How can I make it the same background color as the other fields?
Hey DROR,
Thanks for the screenshot and links, though I couldn’t reproduce that on my end using Chrome. In what browser/OS are you seeing that?
Best regards,
Rikard
Chrome. It’s only on mobile. On desktop it works fine.
Hi bakbek,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #wrap_all #order .form_element input[type=email] {
background-color: #53a9b8 !important;
}
Hope it helps :)
Best regards,
Nikko