Is there a way to make the text bigger on the Input Table

  • CDICORP
    Asked on July 6, 2017 at 10:58 AM

    I just made a form that utilizes the input table but the text is very small.

     

    Is there a way to make it bigger?

     

  • David JotForm Support Manager
    Replied on July 6, 2017 at 12:45 PM

    Try injecting this code to increase the font size of the row and column headers: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-matrix-row-headers,.form-matrix-column-headers{

        font-size: 16px !important;

    }

  • CDICORP
    Replied on July 6, 2017 at 3:26 PM

    that worked.....THANKS!!!