My form have white text on white background, please help

  • thegentledragonnetwork
    Asked on December 1, 2020 at 10:45 AM

    The form I have created, when inputting information is WHITE text on a WHITE background. I understand I can Inject Customer CSS code to change but what code???? Please help. Ready to send apart from this... Thanks.

  • Jessica JotForm Support
    Replied on December 1, 2020 at 12:24 PM

    Hi thegentledragonnetwork, thank you for reaching us.

    To confirm, are you referring to the following form: 203343488493058?

    I looked into your form and found the issue when the user clicks on it, it will show white-on-white background. You may add the following CSS in your Custom CSS to solve the issue:

    .form-line.form-line-active {
    background-color: transparent;
    }

    Let us know if it works for you.