Highlight field making the text unreadable

  • neenah71
    Asked on September 28, 2017 at 9:08 PM

    Hello,

    This form, https://form.jotform.com/10184333025, is giving me trouble. When in a field, that field highlights yellow making the text unreadable. I used the code below, but it didn't change anything. Is there a different code?

    .form-line-active {

    background:#738c89;

    }

  • John_Benson
    Replied on September 28, 2017 at 9:53 PM

    Hi,

    Please try this custom CSS code: 

    .form-line-error {

    background: #738c89 !important;

    }

    .form-line.form-line-active {

    background: #738c89 !important;

    }

    To inject the custom CSS code to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Here's the result of my clone form after adding the custom CSS code:

    Highlight field making the text unreadable Image 1 Screenshot 20

    If the issue persists, let us know. Thank you.