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

    (@tobiasbg)

    Hi,

    this is possible with some CSS code that needs to be added to the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded:

    .wp-table-reloaded-id-123,
    .wp-table-reloaded-id-123 tr,
    .wp-table-reloaded-id-123 th,
    .wp-table-reloaded-id-123 td {
      background: transparent !important;
    }

    Change the table ID as necessary.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Table Reloaded] Background Transparent’ is closed to new replies.