As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #2743910
Styling
Closed

Comments

  • Luke Stiller started the conversation

    Hi,

    I cannot figure out how to get the background color of the cells in a Simple table to be transparent. I've tried changing the value of the background color of the cells to "rgba(255, 255, 255, 0)" and "#FFFFFF00" but it reverts to be fully opaque after I hit save. Additionally, while I can edit some parameters of the table's styles using custom CSS (e.g. text color), I cannot seem to alter the background color of the cell. Not even changing the BG colors under the "Color and font settings" tab in the plugin's settings will change the background color. 

    Please help. I love the functionality of wpDataTables but I will have to return it for a refund if I'm not able to make the background transparent.

    Thanks in advance!

  • [deleted] replied

    Hi Luke

    Thank you for reaching out to us.

    If you want to set the background color of the cells in a Simple table to transparent here is the CSS you need to use:

    table.wpDataTable td.wpdt-cell {
    border: 1px solid transparent !important;
    background-color: transparent !important;
    }

    I hope this helps, do let us know if you need any further assistance we would be happy to help.