• 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

Viewing 1 replies (of 1 total)
  • 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

Viewing 1 replies (of 1 total)
  • The topic ‘Transparent Background For WP-Table Reloaded’ is closed to new replies.