Viewing 5 replies - 1 through 5 (of 5 total)
  • If you’re able to edit CSS, I’d to to plugin->editor->Easy Table->css/index.html/->/css/admin-style.css

    Thread Starter serpentine19

    (@serpentine19)

    I’ve been looking through that code on context. Cant find were it mentions anything to do with the header background/color.

    It seems the only way to do it is to edit CSS. I made a mistake in my earlier post. Follow these steps to find/edit the appropriate CSS file:

    plugin -> editor -> select “Easy Table” from the drop-down -> themes/index.html -> then select from the three CSS theme files (default/minimal/cuscosky)

    Thread Starter serpentine19

    (@serpentine19)

    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

    Thread Starter serpentine19

    (@serpentine19)

    Adding background-color #000000 worked. Thought it would conflict against something but apparently not. Thnx

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change the header colour’ is closed to new replies.