Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    That’s similar to the TablePress FAQ question http://tablepress.org/faq/change-background-color-table-head-row/
    Please try this “Custom CSS”:

    .tablepress thead th,
    .tablepress tfoot th {
      color: #ff0000;
    }

    If that does not work, your theme is most likely overriding it, so that we have to give this CSS a higher priority, by adding the !important keyword, i.e.

    color: #ff0000 !important;

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Change the colour of text in header cells’ is closed to new replies.