Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Font size on whole page with Origami is so small and bad readable. How can I set bigger font size via theme control panel? Is this possible?

Hi Yardstudio
Thanks for reaching out.
Go to Appearance > Custom CSS and insert the following as required:
/* Origami change menu font size */ #menu ul { font-size: 16px; } /* Origami adjust content font size */ .content p, .content ul, .content ol, .content dl { font-size: 16px; }That’s quite specific. Just the menu and content font sizes. Give it a go and let us know how you come along.