Change the color of the Input Table element

  • orthoglobaldesign
    Fecha de consulta 10 de septiembre de 2023, 15:22

    Como le puedo cambiar el color a la tabla de entrada. No lo consigo hacer por ningun lado. Y la verdad que con los colores que tiene no se pueden ver los numeros.


    Change the color of the Input Table element Image 1 Screenshot 30Change the color of the Input Table element Image 2 Screenshot 41

  • Kris Jotform Support
    Fecha de respuesta 10 de septiembre de 2023, 17:46

    Hello Miguel,

    Thanks for reaching out to Jotform Support. My apologies if I responded in a different language, our Spanish support is currently engaged with another support ticket. Please feel free to respond with the language that you are comfortable with, I am using a translator tool to communicate with you. But let us know if you prefer to be assisted in Spanish language. I’ll do my best to help you out.

    You can inject these custom CSS codes into your form to change the color of the Input Tables element's background and text:

    For background:

    .form-matrix-headers {
      background: cyan!important;
    }

    For text:

    .form-matrix-headers {
      color : black !important;
    }


    You can customize them with any color you want. Please check out the screencast below:

    Change the color of the Input Table element Image 1 Screenshot 20

    Give it a try and let us know if you have other questions