Title: [Plugin: WP-Table Reloaded] adding background color
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] adding background color

 *  Resolved [kellbasel](https://wordpress.org/support/users/kellbasel/)
 * (@kellbasel)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-adding-background-color/)
 * i have looked at the forums and tried multiple ways in which you show how to 
   add a background color to a wp-table, but no matter what i can’t get a color 
   added.
 * [http://www.piedmonthighboosters.org/blog/special-events/highlander-classic/](http://www.piedmonthighboosters.org/blog/special-events/highlander-classic/)
 * the table is in the sidebar on this page.
 * please help!
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [kellbasel](https://wordpress.org/support/users/kellbasel/)
 * (@kellbasel)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-adding-background-color/#post-3104963)
 * oops meant to add the code currently using for this table:
 * .wp-table-reloaded-id-3 {
    background-color: #ccccb2!important; }
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-adding-background-color/#post-3104997)
 * Hi,
 * thanks for your post. Unfortunately, though, I can’t spot a WP-Table Reloaded
   table in the sidebar of that page (nor in the HTML source of that page) 🙁 Can
   you please guide me to it more precisely?
 * Regards,
    Tobias
 *  Thread Starter [kellbasel](https://wordpress.org/support/users/kellbasel/)
 * (@kellbasel)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-adding-background-color/#post-3104999)
 * i moved it to this page:
    [http://www.piedmonthighboosters.org/blog/contact-us/](http://www.piedmonthighboosters.org/blog/contact-us/)
 * before it was in the sidebar so not sure how to direct you there.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-adding-background-color/#post-3105013)
 * Hi,
 * ah, thanks 🙂 Now I can see it.
 * The reason why it is still appearing white is that the cells also have a background
   color that is laying on top of the table, basically.
    You can however set that
   color to transparent, and will then see your desired table color. Just add
 *     ```
       .wp-table-reloaded-id-3 td {
         background-color: transparent !important;
       }
       ```
   
 * to the existing code.
 * Regards,
    Tobias
 *  Thread Starter [kellbasel](https://wordpress.org/support/users/kellbasel/)
 * (@kellbasel)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-adding-background-color/#post-3105015)
 * worked thank you!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-adding-background-color/#post-3105080)
 * Hi,
 * great! 🙂 Thanks for the confirmation!
 * Best wishes,
    Tobias

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Plugin: WP-Table Reloaded] adding background color’ 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/)

 * 6 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-adding-background-color/#post-3105080)
 * Status: resolved