Change font color in the form

  • jstanzel
    Asked on February 19, 2015 at 11:03 AM
    Did you manage to get a solution to the white fonts issue? I can't really use the form like that (white font on white backround...).
  • Welvin Support Team Lead
    Replied on February 19, 2015 at 11:07 AM

    Hi,

    Inject the following custom CSS codes to your form to change the white fonts to the default form color:

    .form-label-top, .form-label-left, .form-label-right {

    color: #555 !important;

    }

    .form-html {

    color: #555 !important;

    }

    .form-radio-item label, .form-checkbox-item label, .form-grading-label, .form-header {

    color: #555 !important;

    }

    You can always change the color to any color you want. Here's how you can inject the codes in the form: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    Update this thread if you need any further assistance about this matter.

    Thanks