How can I change the font size of the column headings on the matrix?

  • micaelaparker
    Asked on January 25, 2016 at 7:22 PM
  • Elton Support Team Lead
    Replied on January 26, 2016 at 1:24 AM

    Inject this CSS codes to your form. This should increase the matrix text into 12px.

    .form-matrix-table {

        font-size: 12px;

    }

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Feel free to change the 12px to your preference.

    Thanks!