How do I change the font size on the table element as the text is too small and does not change when I change the overall font size.
Hey Dom,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Thanks Richard:
Hi,
Thank you for using Enfold.
Please add this in the Quick CSS field.
td {
font-size: 18px;
}
For the table heading, use this.
th {
font-size: 20px;
}
Best regards,
Ismael
great, thanks