• Resolved yoyostring

    (@yoyostring)


    Hi – I am using your form at desktotrek.com. It’s working well – except in firefox browser the words in the form field don’t show (or they just look like a line) and I can’t type in any information. Is there a fix to this? I have tried on three different computer and they all have the same problem.
    Thanks!

    https://wordpress.org/plugins/optin-forms/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi yoyostring,

    It has to do with the CSS file of the theme you are using. See line #951 in /wp-content/themes/celestino/core/assets/css/bootstrap.css. Basically, it gives all your input fields a height of 20px.

    To fix this, add the following code to your Optin Forms settings, under Form Options > Custom CSS:

    #optinforms-form1-name-field, #optinforms-form1-email-field {min-height:30px!important}

    That should fix the issue.

    Let me know if it works!

    Alex Holland

    (@alex-holland)

    Since the one who asked the question never replied, I will do the respectful thing, for them.

    Yes! Your suggestion worked perfectly.

    Thank you very much.

    Thanks for letting me know, glad you got it working 😉

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form fields not reading well in firefox browser’ is closed to new replies.