I'll start by saying this is a phenomenal plugin. Great job.
But I'm trying to find a way to adjust the color of the top cells by column. I figured out how to change the entire row color of the top row, but for my purposes, I need to be able to change the header colors at a cell level (by column). Such as making the first row in column 1 and 2 blue, and in column 3 and 4 red.
I tried adding column-1 in all sorts of different ways to this line:
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
But nothing seems to work.
Is there a way to do this?
Thanks!