Change font size of the Matrix table

  • SjurOve
    Asked on January 29, 2017 at 6:29 AM

    How kan I change size of letters in Matrix

  • Jan
    Replied on January 29, 2017 at 9:40 AM

    Please try using the CSS code below in order to change the font size in the Matrix table:

    .form-matrix-table {
    font-size: 14px;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Hope that helps. Thank you.