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 #2897154
Font size in the table
Closed

Comments

  • Rene started the conversation

    The new Customize area is great for the tables. Unfortunately, I can't get the content of the table larger. If I make the font bigger, only the headline gets bigger. Attached is a picture of what I mean.

    many greetings

  • [deleted] replied

    Hi Rene

    Thank you for reaching out to us.

    Besides using the customize tab you can modify the font using CSS that you would add in the custom CSS tab of the table settings if you want it applied only on one table or in the General settings custom CSS tab if you want it applied to all tables.

    Please have a look at the example below

    .wpDataTablesWrapper table.wpDataTable td {
    font-family: Roboto!important;
    font-size:14px;
    font-weight:400;
    }
    .wpDataTablesWrapper table.wpDataTable th {
    font-family: Roboto!important;
    font-size:14px;
    font-weight:400;
    }

    I hope this helps, do let us know if you need any further assistance. 

  • Rene replied

    Thank you ver much. It works fine.....

  • [deleted] replied

    You are most welcomesmile.png

    If there is anything else we can assist you with please don't hesitate to open a new ticket.

    Have a wonderful day!