Title: Custom css- Background image
Last modified: August 21, 2016

---

# Custom css- Background image

 *  Resolved [spavli2](https://wordpress.org/support/users/spavli2/)
 * (@spavli2)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-background-image/)
 * Hello,
 * im trying to add background image to my table.
 * custom css code:
 * .tablepress-id-3{
    background: url([http://www.example.com/path/to/image.png](http://www.example.com/path/to/image.png));}
 * Why doest work?
 * In custom css i also have codes for coloring text and they are working fine…
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-background-image/#post-5077689)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Can you please post a link to the page with the table where this problem happens,
   so that I can take a direct look? Thanks!
 * Regards,
    Tobias
 *  Thread Starter [spavli2](https://wordpress.org/support/users/spavli2/)
 * (@spavli2)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-background-image/#post-5077691)
 * Link:
    [http://goo.gl/Lxm27d](http://goo.gl/Lxm27d)
 * “VELIKA TELOVADNICA” whould have png image as background.
 * img link: [http://goo.gl/mz1yQ8](http://goo.gl/mz1yQ8)
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-background-image/#post-5077693)
 * Hi,
 * thanks for the link! The problem basically is that the rows and cells also have
   a background color, by the theme. To remove that, please add this “Custom CSS”:
 *     ```
       .tablepress-id-3 tr,
       .tablepress-id-3 td {
           background: 0;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [spavli2](https://wordpress.org/support/users/spavli2/)
 * (@spavli2)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-background-image/#post-5077694)
 * Thanks it works!
 * Thanks for very quick support & solution!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-background-image/#post-5077698)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias

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

The topic ‘Custom css- 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/)

## Tags

 * ["background-image"](https://wordpress.org/support/topic-tag/background-image/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-background-image/#post-5077698)
 * Status: resolved