Mobile issues: WPForms field is invisible

Home Forums Jevelin Theme Mobile issues: WPForms field is invisible

Home Forums Jevelin Theme Mobile issues: WPForms field is invisible

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • dalkat
    Participant

    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

    dalkat
    Participant

    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;
    }

    dalkat
    Participant

    That worked! Y’all are geniuses. Thank you for the help. Resolved.

    You are most welcome here ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)