I'm using the plugin WP-table Reloaded (which is fab btw Tobias ;)) but does anyone know how to get it to appear as transparent as I have a background image on my page so even selecting a colour is a bit tricky.
Thanks
I'm using the plugin WP-table Reloaded (which is fab btw Tobias ;)) but does anyone know how to get it to appear as transparent as I have a background image on my page so even selecting a colour is a bit tricky.
Thanks
Hi Cathy,
thanks for your question. Yes, making cells transparent is possible with some CSS code.
.wp-table-reloaded-id-123,
.wp-table-reloaded-id-123 tr,
.wp-table-reloaded-id-123 td,
.wp-table-reloaded-id-123 th {
background: transparent!important;
}
Just paste that code into the "Custom CSS" textarea on the "Plugin Options" screen of WP-Table Reloaded. Also, change the table ID from 123 to the ID of your table.
Best wishes,
Tobias
You must log in to post.