Title: table background-image
Last modified: August 30, 2016

---

# table background-image

 *  Resolved [zziolu](https://wordpress.org/support/users/zziolu/)
 * (@zziolu)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/table-background-image-3/)
 * Hi Tobias,
    I’m an hard user of your plugin and i’ve already proudly made a donation…
 * Following your tips found in FAQS and in this forum, i’ve tryed to add a background
   to a specific table, writing Custom CSS in the following way:
 * .tablepress-id-playoff_2016_WINTER_BASE_MI_EAST tr,
    .tablepress-id-playoff_2016_WINTER_BASE_MI_EAST
   tbody td, .tablepress-id-playoff_2016_WINTER_BASE_MI_EAST thead th { background-
   color: 0; }
 * .tablepress-id-playoff_2016_WINTER_BASE_MI_EAST {
    background: url([http://virtualtenniscup.com/wp-content/uploads/2015/11/tennis-player-health-concerns.jpg](http://virtualtenniscup.com/wp-content/uploads/2015/11/tennis-player-health-concerns.jpg));
   background-size: 100% 100%; }
 * but it doesn’t work!
 * As you sayd in other posts, I think the problem is that Intuition WP Theme set
   a default white background… I tried to change it in 0 but no success! I don’t
   know how to remove it.
 * please help me,
 * – page website: [http://virtualtenniscup.com/categoria-pro-mi-east-winter-2016/](http://virtualtenniscup.com/categoria-pro-mi-east-winter-2016/)
 * – the table is the one under the title Tabellone Play Off
 * thanks a lot
    Luca
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/table-background-image-3/#post-6865225)
 * Hi,
 * thanks for your post, and sorry for the trouble.
    Also, sorry for the long wait
   for a reply. As a I was on a long vacation without internet access the last couple
   weeks, I could not reply earlier.
 * From what I can see, something like this should work:
 *     ```
       .tablepress-id-playoff_2016_WINTER_BASE_MI_EAST {
         background: url('http://virtualtenniscup.com/wp-content/uploads/2015/11/tennis-player-health-concerns.jpg') top left no-repeat #333;
         background-size: 100% 100%;
       }
       ```
   
 * Removing the background from the other selectors is not necessary, except that
   you will also have to remove the background color for the `.tablepress tbody`
   that you are setting.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘table background-image’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/table-background-image-3/#post-6865225)
 * Status: resolved