Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author nobita

    (@nobita)

    Hi Nyghtfall

    I recomend new version Raindrops1.237 ( Not yet WordPress review )

    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

    (@nyghtfall)

    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:

    https://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

    (@nobita)

    today Raindrops1.239 live

    You can customize CSS for each post.

    resolved OK ?

    Thank you.

    Thread Starter Nyghtfall3D

    (@nyghtfall)

    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.