change the cell color and the font size in the Input Table?

  • truevine77
    Asked on June 13, 2020 at 4:13 AM

    Also, how can I change the cell color and the font size in the Input Table?

    Thanks,

    Joshua

  • Vick_W Jotform Support
    Replied on June 13, 2020 at 7:11 AM

    Hi Joshua,

    Thanks for the wait.

    I would like to inform you that, please inject following CSS in your JotForm. You can change the color codes and font size with your preferred ones.

    .form-matrix-headers.form-matrix-row-headers {

        color : #f4efef;

        background-color : #353839;

        font-size : 15px;

    }

    Please use following link to your see how you can inject CSS in your form.

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

    Let us know if you need further assistance.

    Thanks


  • truevine77
    Replied on June 14, 2020 at 2:28 PM
    Thanks so much. Very helpful!
    ...