Is there a way to make the table and cells transparent?
that way my background can show through
Michael
Is there a way to make the table and cells transparent?
that way my background can show through
Michael
Hi Michael,
yes, you'll just have to add some CSS code to the "Custom CSS" textarea on the "Plugin Options" screen of WP-Table Reloaded, which will remove the background colors:
.wp-table-reloaded-id-123,
.wp-table-reloaded-id-123 tr,
.wp-table-reloaded-id-123 td,
.wp-table-reloaded-id-123 th {
background-color: transparent !important;
}
Don't forget to adjust the table ID in that code (4 times).
Regards,
Tobias
You must log in to post.