• Resolved ahefter

    (@ahefter)


    When you start typing into the form, Create an Account, the text is either white or isn’t being entered. It’s a weird problem that I cannot seem to figure out.
    Thanks.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @ahefter,

    You can fix this issue with the help of the following custom CSS.

    .ur-frontend-form .ur-form-row .ur-form-grid input[type=date], .ur-frontend-form .ur-form-row .ur-form-grid input[type=email], .ur-frontend-form .ur-form-row .ur-form-grid input[type=number], .ur-frontend-form .ur-form-row .ur-form-grid input[type=password], .ur-frontend-form .ur-form-row .ur-form-grid input[type=phone], .ur-frontend-form .ur-form-row .ur-form-grid input[type=text], .ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker], .ur-frontend-form .ur-form-row .ur-form-grid input[type=url], .ur-frontend-form .ur-form-row .ur-form-grid select, .ur-frontend-form .ur-form-row .ur-form-grid textarea {
        line-height: 1.5;
    }

    Thank you.

    Thread Starter ahefter

    (@ahefter)

    Thank you. That fixed it on Chrome. Just FYI, still have the problem in Safari and on an iPhone. Weird.

    Hi,

    There is no issue in Chrome. I just checked the issue in Safari and iPhone and found it but after I added the above CSS, it fixed in both the platforms. Also, I checked your site for the CSS code and I didn’t find the CSS code that I provided to you. If you could please add the above CSS to the Additional CSS box, then it will fix the issue.

    Let me know if the issue still exists. I will be glad to follow up with you.

    Kind Regards.

    Thread Starter ahefter

    (@ahefter)

    Again, thank you for your quick reply. For some reason the code didn’t “stick”. So I added it again and everything is working just fine now.

    Thank you!!!

    Hi @ahefter,

    Glad to know that it helped. I hope you are having a great time with our plugin. If you have a moment to spare then we would really appreciate your review for our plugin. Your feedback and suggestions really mean a lot and motivate us.

    Kind Regards ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Text not showing on form’ is closed to new replies.