How to make the column headers in the same color?

  • SumSolTrain
    Asked on December 2, 2014 at 10:09 AM

    Hi 

    In  my form http://www.jotform.com//?formID=43303259448961 

    as shown in the image i need to put colurs to diffrentiate the columns in the table , but the colour for the column header as i have injected css not worked,

    Please suggest nice colour to add for this table

     

    Jotform Thread 468112 Screenshot
  • val
    Replied on December 2, 2014 at 11:30 AM

    Hi,

    If I am correct, you referring this column header (screenshot below)? if so, please inject these CSS codes to your Form Styles.

     

    #cid_29 .form-matrix-table .form-matrix-column_7,
    #cid_29 .form-matrix-table .form-matrix-column_8,
    #cid_29 .form-matrix-table .form-matrix-column_9,
    #cid_29 .form-matrix-table .form-matrix-column_10,
    #cid_29 .form-matrix-table .form-matrix-column_11,
    #cid_29 .form-matrix-table .form-matrix-column_12,
    #cid_29 .form-matrix-table .form-matrix-column_13,
    #cid_29 .form-matrix-table .form-matrix-column_14 {
        background-color: #dddddd !important;
    }

     

    How to make the column headers in the same color? Image 1 Screenshot 30

    How to make the column headers in the same color? Image 2 Screenshot 41

     

    Hope this help!

    And get back to us if your have any questions.

    Thanks.