Template Issues

  • SGDS
    Asked on November 27, 2016 at 8:56 PM

    I have written about this issue before without resolution. Using the prebuilt template, my form displays properly in build mode. The font colour changes when the form goes live. I have received numerous complaints from customers that it is difficult to read.

     

    This applies to www.jotform.ca/mutts/adoption and www.jotform.ca/mutts/foster Template Issues Image 1 Screenshot 30Template Issues Image 2 Screenshot 41

    Jotform Thread 998574 Screenshot
  • John_Benson
    Replied on November 27, 2016 at 11:36 PM

    I cloned your form and I can see that the text you're referring is hard to see. 

    Template Issues Image 1 Screenshot 30

    In order to change the text color, you need to inject custom CSS code to your form. Here's the CSS code:

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

        color: #ffffff !important;

    Here's a guide: How-to-Inject-Custom-CSS-Codes. Keep in mind that you can change the color hex code to your own preferences.

    Result:

    Template Issues Image 2 Screenshot 41

    Hope this helps. Let us know if you need further assistance. Thank you.

  • SGDS
    Replied on November 28, 2016 at 8:02 AM

    Thank you for the detailed response, problem solved!