Hi Kriesi,
In the mobile version, every time we click on the form to write an email, text or other it gets bigger. How can I disable zoom when entering text in the contact form?
Thanks in advance
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
input, select { font-size: 100%; }
Best regards,
Yigit
Thanks Yigit, I also added “textarea” for the message field.
input, select, textarea {font-size: 100%! important; }
Good job