I can't control the color of the labels of the input table field

  • Inomade
    Asked on April 21, 2017 at 9:04 AM

    the label's color of my array is black. I can't change it for white

    Jotform Thread 1125391 Screenshot
  • Welvin Support Team Lead
    Replied on April 21, 2017 at 11:31 AM

    I would suggest overriding the color with Custom CSS codes. You can inject the following:

    .form-matrix-row-headers, .form-matrix-column-headers {

        color: #fff !important;

    }

    Please follow the steps on this guide to inject the codes: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. #fff is the hex codes (http://www.color-hex.com/) for white color.