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

    (@tobiasbg)

    Hi,

    the reason for this is that your theme also has CSS code that sets the background color. We’ll therefore just need to increase the importance of your CSS, by adding the !important keyword. Please try again with this:

    .tablepress thead th,
    .tablepress tfoot th {
      background-color: #643210 !important;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Head background color’ is closed to new replies.