Can I selectively change a font/background color in a themed form?

  • school384
    Asked on June 16, 2015 at 3:16 PM

    The font color is not showing up against the background on the radio button section for Medical history

    Jotform Thread 589859 Screenshot
  • Mike
    Replied on June 16, 2015 at 3:54 PM

    Thank you for contacting us.

    The issue is caused by a Matrix field background colors. As a work around, we can set a transparent background for mentioned Matrix field by injecting the next CSS via form designer:

    .form-matrix-column-headers, .form-matrix-row-headers, .form-matrix-values {
    background : transparent;
    }

    Can I selectively change a font/background color in a themed form? Image 1 Screenshot 30

    Can I selectively change a font/background color in a themed form? Image 2 Screenshot 41

    Please feel free to contact us if you need any further assistance.

  • school384
    Replied on June 16, 2015 at 5:02 PM

    Amazing!  Thanks for you assistance.