How can I change the font color of the Input Table labels?

  • Nahjeehw
    Asked on April 13, 2017 at 1:19 PM

    Hi,

    is there a way I can change the color of the words in my table

    Jotform Thread 1118684 Screenshot
  • Support_Management Jotform Support
    Replied on April 13, 2017 at 2:36 PM

    Hi there too 😊 Your screenshot appears to be broken but I think I see what you mean. To change the font color of the labels in the Input Table, inject the following CSS codes:

    .form-matrix-table {

        color: #000 !important;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes 

    Result:

    How can I change the font color of the Input Table labels? Image 1 Screenshot 20

  • Nahjeehw
    Replied on April 13, 2017 at 2:45 PM
    Thank you
    ...