Only color options in there is for the hover color and striped color. thead doesn’t seem to have any color or background information?
Looked through all color codes in this script and none of them are the bright blue of the header. This color must be linked somewhere else.
edit – Do i have to add a completely new CSS code to this line
.easy-table thead th{vertical-align:bottom;}
I also remember being able to turn css off in the easy table plugin options and the header was still there.
Another edit – This is the code that comes up in the inspect element feature
thead th {
background: none repeat scroll 0% 0% rgb(195, 217, 255);
toggling this disables the color, but i cant find it anywhere in the actual code