How can I change color of the text that initially displays inside of a table or field?

  • davidlieb
    Asked on August 7, 2017 at 10:05 PM

    The default color of text inside of fields or tables is white. This works fine against the dark background of the form itself, but gets washed out inside the fields. Can you offer advice?  

    You guys in support (and you specifically) are much appreciated! 

    How can I change color of the text that initially displays inside of a table or field? Image 1 Screenshot 20

     

    Jotform Thread 1218190 Screenshot
  • Nik_C
    Replied on August 8, 2017 at 1:12 AM

    I would change the color of row and column headers to be the same like background:

    How can I change color of the text that initially displays inside of a table or field? Image 1 Screenshot 20

    And to do that please copy and paste the below CSS to your Custom CSS field:

    .form-matrix-row-headers {

        background-color: #4e4e4e;

    }

    .form-matrix-column-headers {

        background-color: #4e4e4e;

     

    }

    Here is my clone of your form feel free to check: https://form.jotformpro.com/72191319386966

    Let us know if you have any further questions.

    Thank you!

     

  • davidlieb
    Replied on August 8, 2017 at 4:13 PM

    Thank You!!!