V. Kan ik de tekst van een TablePress tabel wat groter weergeven?
A. Ja, met een CSS statement
.tablepress-id-N tbody td {
font-family: Tahoma;
font-size: 14px;
color: #ff0000;
}
(met de nummer van je tabel in plaats van N, of .tabelpress voor alle tabellen)
Zie: How can I change the font, font size and font color of a table? – https://tablepress.org/faq/change-font-family-size-color/