How can I change font size on whole page with Origami theme ?
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?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.