• Resolved dental1

    (@dental1)


    Hi,
    How can i change the colors of the table head row?
    I tried this:

    .tablepress thead th,
    .tablepress tfoot th {
    background-color: #ff0000;
    color: #00ff00;
    }

    but only the font changes.
    any help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Most likely, your theme is overriding this. To again override that, please try using

    background-color: #ff0000 !important;
    

    If that does not help, can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter dental1

    (@dental1)

    It worked fine! Thank you very much!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change color of table head row’ is closed to new replies.