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

    (@tobiasbg)

    Hi Brian,

    that can be achieved with this “Custom CSS”:

    .wp-table-reloaded-id-3, .wp-table-reloaded-id-3 td {
      border: none!important;
    }

    To increase the font size, use this:

    .wp-table-reloaded-id-3, .wp-table-reloaded-id-3 td {
      font-size: 13px;
    }

    Unfortunately with that FixedHeader code is out of position, but I can not find the reason 🙁 Sorry.

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Line spaces and Font sizes’ is closed to new replies.