Changing the background color of the Input Table

  • xxxTRISTAMxxx
    Asked on September 20, 2017 at 11:20 AM
    y table questions are white/grey bg = Would like to change them to black bg with orange text/radio buttons

    Thanks

  • Jan
    Replied on September 20, 2017 at 11:35 AM

    Please use the CSS code below to change the background color of the Input Table:

    .form-matrix-column-headers {
    background: #000000;
    }

    .form-matrix-row-headers  {
    background: #000000;
    }

    .form-matrix-values  {
    background: #000000;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    Changing the background color of the Input Table Image 1 Screenshot 20

    Hope that helps. Thank you.