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
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
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
THANK YOU VERY MUCH TOBIAS !
I really appreciate your quick answer !!!
James
This topic has been closed to new replies.