• Resolved collinslad

    (@collinslad)


    I’ve entered this code into the css section of “Plugin Options” –

    .tablepress-id-3 tbody td {
    color: #000000;
    }

    But the header row text is white and I can’t seem to change it. The rest of the text is black, it’s just the header row that wont change. Any suggestions please?

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Your code only affects the table body rows. To also change the header row, please try

    .tablepress-id-3 thead th,
    .tablepress-id-3 tbody td {
      color: #000000;
    }
    

    Regards,
    Tobias

    Thread Starter collinslad

    (@collinslad)

    Thanks 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 ‘Font colour not changing’ is closed to new replies.