Title: Custom Table Background Color
Last modified: August 22, 2016

---

# Custom Table Background Color

 *  Resolved [Nyghtfall3D](https://wordpress.org/support/users/nyghtfall/)
 * (@nyghtfall)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/custom-table-background-color/)
 * How do I change the default background color for tables in the Raindrops theme?

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

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/custom-table-background-color/#post-5198495)
 * Hi Nyghtfall
 * I recomend new version Raindrops1.237 ( Not yet WordPress review )
 * [https://github.com/tenman/raindrops/releases](https://github.com/tenman/raindrops/releases)
 * above version of Raindrops has CSS Editor for each post.
 * For Example.
 * Entry content ( text mode )
 *     ```
       <table class="left">
       <tr><td class="safe">safe</td><td class="alert">alert</td></tr>
       </table>
       ```
   
 * Post CSS Editor
 *     ```
       td.safe{
        color:green;
        background:white;
       }
        td.alert{
        color:red;
        background:yellow;
       }
       ```
   
 * Thank you.
 *  Thread Starter [Nyghtfall3D](https://wordpress.org/support/users/nyghtfall/)
 * (@nyghtfall)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/custom-table-background-color/#post-5198497)
 * Thanks for the quick response. I’m going to wait until the new version is officially
   available for upgrade before tinkering with the CSS editor (I’m a newbie). Meanwhile,
   I did some research and found a terrific article on table coding for WordPress:
 * [http://wpbtips.wordpress.com/2013/04/09/table-coding-for-wordpress-com-users/](http://wpbtips.wordpress.com/2013/04/09/table-coding-for-wordpress-com-users/)
 * I want the background color for my tables to match the theme’s color for pages
   and posts. Thanks to that article, I can simply add a background:transparent 
   code to my td tags. It works like a charm, and my tables look great!
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/custom-table-background-color/#post-5198713)
 * today Raindrops1.239 live
 * You can customize CSS for each post.
 * resolved OK ?
 * Thank you.
 *  Thread Starter [Nyghtfall3D](https://wordpress.org/support/users/nyghtfall/)
 * (@nyghtfall)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/custom-table-background-color/#post-5198770)
 * Sorry, forgot to follow up on this.
 * Yes, the issue is resolved.
 * Thanks again.

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

The topic ‘Custom Table Background Color’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [Nyghtfall3D](https://wordpress.org/support/users/nyghtfall/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/custom-table-background-color/#post-5198770)
 * Status: resolved