Title: [Plugin: WP-Table Reloaded] Make table transparent
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] Make table transparent

 *  [Speculatus](https://wordpress.org/support/users/speculatus/)
 * (@speculatus)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-make-table-transparent/)
 * Hello and thank you for creating this table.
 * My website is ezrasvoice.com
 * It is a rather transparent type of theme. You will See.
 * How can I make the background color of the table transparent?
 * Thank you,
 * Ezra
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-make-table-transparent/#post-2669048)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-make-table-transparent/#post-2669048)
 * Status: not resolved