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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Yes, that’s possible, by using both thead (for the header row) and tfoot (for the footer row):

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

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘How to change the footer background color?’ is closed to new replies.