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

---

# [Plugin: WP-Table Reloaded] background image?

 *  Resolved [amsh1982](https://wordpress.org/support/users/amsh1982/)
 * (@amsh1982)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-background-image/)
 * Hey there,
    thanks again for this great plugin.
 * Can I add a background image to the table? instead of the solid color. if that’s
   possible, how do I make it spread well?
 * thanks
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-background-image/#post-2419603)
 * Hi,
 * yes, that is possible. You would need some “Custom CSS” like
 *     ```
       .wp-table-reloaded-id-123 {
         background-image: url(image.png);
       }
       ```
   
 * to apply the background to the table. Then you would have to remove the background
   from the rows and cells with this (so that the table’s background “shines through”):
 *     ```
       .wp-table-reloaded-id-123 tr,
       .wp-table-reloaded-id-123 th,
       .wp-table-reloaded-id-123 td {
         background: transparent;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [amsh1982](https://wordpress.org/support/users/amsh1982/)
 * (@amsh1982)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-background-image/#post-2419655)
 * hi Tobias, thanks for your answer. I used the same code you wrote down but still
   for some unexplained reason, the image is not shown at tha bg.
 * url is – [http://www.asjewelry.net/jewelry/necklaces/necklace-2010](http://www.asjewelry.net/jewelry/necklaces/necklace-2010)
 * (table id-2)
 * thanks again for your help
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-background-image/#post-2419657)
 * Hi,
 * thanks for adding the changes!
 * Additionally, please turn off the “Alternating row colors” checkbox on the “Edit”
   screen of the table.
 * Now, after looking at your table, I actually assume that you want the entire 
   table to be transparent, so that the background of the page shines through? Is
   that correct?
    In that case, you don’t have to set the table background image,
   you can just remove all backgrounds entirely:
 *     ```
       .wp-table-reloaded-id-2,
       .wp-table-reloaded-id-2 tr,
       .wp-table-reloaded-id-2 th,
       .wp-table-reloaded-id-2 td {
         background: transparent!important;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [amsh1982](https://wordpress.org/support/users/amsh1982/)
 * (@amsh1982)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-background-image/#post-2419680)
 * Tobias, you’re great! thanks! it looks good now. I might want to put a background
   image after all (a little lighter background, like my side menu), but I think
   now I can handle it. THANKS!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-background-image/#post-2419683)
 * Hi,
 * no problem, you are very welcome!
 * Regards,
    Tobias

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

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

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