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

    (@tobiasbg)

    Hi Ezra,

    thanks for your question. Making cells transparent is possible with some CSS code.

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

    Just paste that code into the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded. Also, change the table ID from 123 to the ID of your table.

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Make table transparent’ is closed to new replies.