Larger font size in Broadsheet theme
-
Is there a way to make the overall font size larger in the Broadsheet theme? If so, where do we enter the CSS code?
The blog I need help with is: (visible only to logged in users)
-
Howdy @questmag!
To add CSS to your site, go to Appearance -> Customize -> Custom Design from your Admin page. Then paste the code at the bottom.
Here is a support doc on custom design.
Try inserting this code into your CSS:
body { font-size: 1.5em; }Let me know if you have any more questions!
- The topic ‘Larger font size in Broadsheet theme’ is closed to new replies.