How do I change matrix header colors

  • Spawn4ever
    Asked on March 31, 2016 at 3:38 PM

    How do I change matrix header colors Image 1 Screenshot 20

    Would anyone know what i'm doing wrong?

  • David JotForm Support
    Replied on March 31, 2016 at 3:48 PM

    To change the column row and header colors, your can add this code to your form:

    .form-matrix-column-headers,
    .form-matrix-row-headers
    {
    background: #90AA43 !important;
    }

    Change the color to whatever you would like.