Can I make the font in the Matrix larger?

  • BXA
    Asked on June 12, 2014 at 3:48 PM

    Hi, great forms - I've used the matrix table as an order form but find that the font/text size is a bit small. Is there a way to enlarge it?

    Thanks!

  • Jim_Rank
    Replied on June 12, 2014 at 5:00 PM

    Hi BXA,

    Thanks for choosing jotform. You may enlarge the font/text size by injecting CSS to the form. Please take a look to know about injecting CSS, see the following link-

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

    Now inspect the elements to inject CSS, grab the id/class. See how to inspect an elements-

    Can I make the font in the Matrix larger? Image 1 Screenshot 20

    If you want to enlarge the text size of row and column header only then inject on .form-matrix-row-headers & .form-matrix-column-headers only. The CSS code will look like so-

    .form-matrix-row-headers, .form-matrix-column-headers {font-size: 15px !important;}

    See the example form here.

    Hope this may helps. If you need further assistance in this query, please get back to us.

    Cheers !