Home › Forums › Jevelin Theme › Mobile issues: WPForms field is invisible
Home › Forums › Jevelin Theme › Mobile issues: WPForms field is invisible
Hi,
I am using the native browser (safari) on an iPhone SE and iPhone X and the “name” and “email” fields are not displaying the placeholder text on mobile – it’s fine on desktop. See photo.
How do I fix this?
Thanks
Hi @dalkat,
Thank you for your question.
Which version of browser are you using?
Please make sure that you are using latest version of it.
Best regards,
Shufflehound team
I am using the latest mobile browser version and I have tested this page across multiple devices and all had issues.
Solution for this topic
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .wpforms-form input[type="email"], #page-container .wpforms-form input[type="text"] { line-height: 1 !important; }
That worked! Y’all are geniuses. Thank you for the help. Resolved.
You are most welcome here 🙂