white letters on white background

  • LMBShow
    Asked on January 2, 2015 at 6:02 PM

    hello again,

     

    how can i clear the error messages for missing input while filling out the form? Not deleating them at all, but after getting an error, the input is white. Pleas look at my screenshot. The form is light blue, now it is not possible to read white letters.

     

     

    btw: how long can i catch the 50% offer?

    Jotform Thread 489756 Screenshot
  • Elton Support Team Lead
    Replied on January 3, 2015 at 1:00 AM

    Hi,

    Sorry about that. I have updated my wedding theme, feel free to use it again. :)

    To correct it, place the following CSS codes on the CSS tab while on the form designer.

    .form-validation-error {

    color: #131313 !important;

    }

    .form-line-error .form-sub-label {

    color: #131313 !important;

    text-shadow: none!important;

    }

    Let us know if you have any more problems.

    Thank you!