i am using this block of code to change the bg color of a single column :
.hot .ht_master td:nth-child(9){
background-color: #00614f !important;
}
the problem is that i want to change the color of a fixed column but its not working, styling is not working on fixed columns, another example:
.hot .ht_master tr:nth-child(2) > td {
color: #000 !important;
font-weight: bold;
}
the first x fixed columns doesn’t have styling and the rest have