How do I change the color of the font in the Matrix table?

  • Sam_Ba
    Asked on December 29, 2016 at 8:54 AM

    How do I change the color of the font in the Matrix table? Image 1 Screenshot 20

  • Jan
    Replied on December 29, 2016 at 9:31 AM

    You can change the font color of the text inside the Matrix table using custom CSS, here's the code:

    .form-matrix-table {
    color: blue;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    How do I change the color of the font in the Matrix table? Image 1 Screenshot 20

    Hope that helps. Thank you.