• Resolved Blasphem

    (@blasphem)


    Hello

    Is there an option to change font size/color etc. of table’s title and text inside table ?

    Best regards, Maciej.

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This is possible with CSS code. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-table-name {
      font-size: 16px;
      color: #ff0000;
    }
    .tablepress th,
    .tablepress td {
      font-size: 14px;
      color: #ff0000;
    }

    For some more common styling changes, please see the CSS code examples in the TablePress FAQ at https://tablepress.org/faq/

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Change font size in table, and table title’ is closed to new replies.