Hi, as you can see in the screenshot the email field is showing as complete white on mobile instead of how it should look.
How can I fix this?
Thanks.
Hey DROR,
Try this code in the General Styling > Quick CSS field:
#top .main_color input[type='email'] {
border-color: #e1e1e1;
background-color: #3ca9b9!important;
color: #ffffff!important;
}
Best regards,
Mike
Great! thanks.