Viewing 2 replies - 1 through 2 (of 2 total)
  • Assuming your table id is 1 (one), then add this to your “Custom CSS” in “Plugin Options” of WP Table Reloaded plugin:

    .wp-table-reloaded-id-1 .row-1 .column-1, .row-1 .column-2, .row-1 .column-3, .row-1 .column-4, .row-1 .column-5, .row-1 .column-6, .row-1 .column-7, .row-1 .column-8, .row-1 .column-9 {
       font-family: verdana, arial, sans-serif;
       font-size: 11px;
       text-align: center;
    }

    Hi,

    you can achieve this with this CSS:

    .wp-table-reloaded-id-1 th {
       font-size: 11px;
    }

    if you have the “Table Head” checkbox checked.

    Regards,
    Tobias

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP-Table Reloaded] How to change Header Size? thanks’ is closed to new replies.