Dear Support Team
In the mobile view, the email in the contact form appears with a different background color and also with a different padding (field is higher)see screenshot: https://hotel-admiral.de/support/Email-mobile.jpeg
How can I adjust the settings so that the email field in the mobile view on the cell phone has the same background color and size as the other input fields?
Many thanks and best regards, Diana
Hey Diana,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .main_color input[type='email'] {
border-color: #ffffff;
background-color: #f6f7f9;
color: #1e242f;
font-weight: 300;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you very much Mike!
The script is just perfect!