I have set up a few tabular data tables and the font seems to be huge. Can you tell me where I can change the size please?
login details below
Many thanks
Hey bauchope,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-table.avia-data-table.avia-table-2.avia-builder-el-7 .avia-heading-row th,
.avia-table.avia-data-table.avia-table-3.avia-builder-el-9 .avia-heading-row th {
font-size: 16px;
}
.avia-table.avia-data-table.avia-table-2.avia-builder-el-7 td,
.avia-table.avia-data-table.avia-table-3.avia-builder-el-9 td {
font-size: 14px;
}
If you need further assistance please let us know.
Best regards,
Victoria