Forums

[Plugin: WP-Table Reloaded] 2 columns / 2 fonts color (3 posts)

  1. JamesBB
    Member
    Posted 2 years ago #

    Hello Tobias,

    I was wondering if it was possible to have a 2 columns table with 2 different font colors.
    For example left column font color is grey. Right column font color is red.

    Thank you very much for your help !

    James

  2. TobiasBg
    Member
    Posted 2 years ago #

    Hi James,

    yes, that's possible.
    Just paste the following code to the "Custom CSS" textarea on the "Plugin Options" screen:


    .wp-table-reloaded-id-N .column-1 {
    color: #FF0000;
    }
    .wp-table-reloaded-id-N .column-2 {
    color: #0000FF;
    }

    (You'll need to adjust the two N to your table's ID! And you can of course change the colors.)

    Regards,
    Tobias

  3. JamesBB
    Member
    Posted 2 years ago #

    THANK YOU VERY MUCH TOBIAS !
    I really appreciate your quick answer !!!

    James

Topic Closed

This topic has been closed to new replies.

About this Topic