Holiday Notice – Support Unavailable on April 18 and April 21
We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!
In the meantime, if you need any help, feel free to:
-
Use the support widget in the bottom right corner on our websites (Amelia and wpDataTables) — our latest AI-powered assistant is there 24/7 to help with basic and intermediate questions,
-
Browse our detailed documentation (Amelia, wpDataTables)
-
Explore helpful articles,
-
Or check out our YouTube channels for video guides!
Amelia YouTube Channel
wpDataTables YouTube Channel
Thank you for your understanding, and we wish you a wonderful holiday weekend!
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
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.
Thank you ver much. It works fine.....
You are most welcome
If there is anything else we can assist you with please don't hesitate to open a new ticket.
Have a wonderful day!