Apply Color to Table Headers

Hello Team,
I am using Helical Insight 4.0 version. I want to give my own custom background color to the table header. I do not see any such option. Can you help?

Thank You
Krishna

1 Like

Hello Krishna,

Please use the following script in CSS Editor:

th.text-left {

    background-color: #b6c6d0;

  font-weight: bold;

}

Thank You
From Team Helical Insight