Hi,
I’m not at all css-savvy, so please bare with me – how do I change the default size of text body font/general font?
Thanks,
Lea
Hi Lea,
Please add following code to Quick CSS
body { font-size: 16px; }
It’s 13px by default
Regards,
Yigit
Thanks!