How to disable background color highlight of error description

  • lynettewilliams
    Asked on July 13, 2017 at 5:27 PM

    In the 'Buying Expectations' section of my form, there is a grid for a multi-selection of checkboxes.  There is a minimum of 5 required to be checked.  Once the first checkbox gets checked, the whole grid highlights, rendering the white foreground of the text unreadable.

    Jotform Thread 1198858 Screenshot
  • jonathan
    Replied on July 13, 2017 at 8:29 PM

    Please add this CSS codes on your form.

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

    Let us know if it did not work.

     

     

  • lynettewilliams
    Replied on July 14, 2017 at 4:39 PM

    That worked!  Thanks so much!