Hi
Where can I change the size of the font in the body of the page? sorry can't find a setting anywhere.
Thanks
Hi
Where can I change the size of the font in the body of the page? sorry can't find a setting anywhere.
Thanks
Hi mixedmedia,
You can add the following to your Quick CSS, then change the size to suit your needs:
body{
font-size: 12px;
line-height: 1.7em;
}
I also included the current line height so you'll have it there in case you need to change it as well.
Awesome! thanks
I'll mark as resolved, let us know if you need anything else :)
This topic has been closed to new replies.