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

    (@tobiasbg)

    Hi Mark,

    thanks for your question! Sorry for the late answer. As I was on vacation, I didn’t have a chance to reply earlier.

    Now, changing the font size does not influence the font being bold or not, so that’s weird.
    However, forcing it to bold is not difficult. Just extend the CSS code to

    .tablepress thead th {
      font-size: 10px;
      font-weight: bold;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Changed size of header text – no longer bold’ is closed to new replies.