Change the Background Color of Input Table

  • Twebster
    Asked on November 28, 2018 at 10:42 AM

    This is too hard to read?  How can I change the grey to the same green?  Or change the font to black?

    1543419712InputTable Screenshot 10

    Jotform Thread 1656098 Screenshot
  • Edgar_B
    Replied on November 28, 2018 at 11:37 AM

    For you to be able to change both the background and font color of the input table, you need to inject custom codes in to your form.

    "How can I change the grey to the same green?"

    Please copy and paste the below code into your form's CSS area:

    .form-matrix-row-headers {

        background : none;

    }

    Result:

    1543422602test Screenshot 10

     "Change the font to black?"

    If you opt to change the font color into black, simple copy and paste the code below into your form's CSS area:

    .form-matrix-row-headers {

        color: black;

    }

    Result:

    1543422899test Screenshot 21

    Related Guide:

    How to Inject Custom CSS Codes

    If you need further assistance, don't hesitate to ask, we'll be glad to help. Thank you!

  • Twebster
    Replied on November 28, 2018 at 12:43 PM
    Thank you – but I do not see a place where I am allowed to change the CSS code under the properties?
    ...
  • Twebster
    Replied on November 28, 2018 at 12:43 PM
    Nevermind – I found it. Thank you!!!! ☺
    ...