Why does the field go white when part of question is answered or a required question is not answered?

  • RevBecca
    Asked on September 17, 2016 at 2:45 AM

    I can't read the white writing if the field is highlighted white.  I can't work out how to change the font colour.  Is there another way I can overcome this problem?

    Jotform Thread 934804 Screenshot
  • Jan
    Replied on September 17, 2016 at 4:00 AM

    Please try inserting this custom CSS code to make the background color of the highlighted fields transparent:

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

    .form-line-error {
    background-color: transparent !important;
    }

    Here's a guide on how to inject custom CSS. Hope that helps. Thank you.