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.
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.
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!