Support

Account

Home Forums Bug Reports ACF front-end input fields' text invisible on Firefox

Solving

ACF front-end input fields' text invisible on Firefox

  • CSS for input height makes input field text and placeholder invisible on Firefox; I was able to fix it with this:

    .acf-input-wrap input {
        height: auto !important;
    }
  • Hi @saturn,

    I’m afraid that I couldn’t reproduce this issue on my end. Could you please provide me with some screenshots of the issue? Also, Could you please try to reproduce the issue on one of the WordPress’ stock themes with other plugins deactivated?

    Thanks!

  • This was with a stock theme, applies to front end forms. I actually found the fix on stack overflow via someone else with the same issue. I’ll check with plugins disabled but I thought I did that.

  • Hi @saturn,

    I’m using FF 43.0 and still can’t reproduce your issue on the front end. Please try to deactivate the other plugins first and see if the issue still there or not. If it does, please contact [email protected] and provide some screenshot and step by step to reproduce the issue.

    Thanks!

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

The topic ‘ACF front-end input fields' text invisible on Firefox’ is closed to new replies.