Hi,
how can I change the font size of the table title?
Regards,
Crevlon
Hey crevlon,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hi Vinay,
of course! Thanks for your help!
I got it on myself with this code:
.pricing-table li.avia-heading-row {
font-size: 28px!important;
}
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-table .first-table-item {
font-size:18px!important;
}
Best regards,
Vinay