Viewing 3 replies - 1 through 3 (of 3 total)
  • I think it depends which theme you use. I has the same issue (only grey worked) so I’ve put the code below in the CSS Stylesheet Editor and it works.

    .entry tr th, .entry thead th {
    background: #FB7203;
    }

    Plugin Contributor wpsoul

    (@wpsoul)

    Already answered to you in email

    Thread Starter carbonnb

    (@carbonnb)

    In case anyone is looking for the answer, it is the theme that I’m using that is causing the problem.

    To get around the problem, I have to use:

    .wpsm-comptable th{background: green !important}

    as a custom CSS to force the header color.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table Colour not changing’ is closed to new replies.