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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is possible with some “Custom CSS” code.
    Please take a look at the TablePress FAQ page at https://tablepress.org/faq/ for some common styling examples.
    You will probably want to use something like this:

    .tablepress th,
    .tablepress td {
      font-weight: bold;
      color: #ff0000;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Bolding Text & Text Color’ is closed to new replies.