Title: [Plugin: WP-Table Reloaded] Background Transparent
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] Background Transparent

 *  Resolved [frarima](https://wordpress.org/support/users/frarima/)
 * (@frarima)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-background-transparent/)
 * Hi
    I need the background Color Transparent. Thanks Best Regards
 * [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)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-background-transparent/#post-3054362)
 * 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.

 * ![](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: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-background-transparent/#post-3054362)
 * Status: resolved