Header Font Size
-
What is the simplest way to enlarge the Font size on my Header? I have the upgrade to customize. Any direction would be greatly appreciated!
The blog I need help with is: (visible only to logged in users)
-
The first thing to check is the size settings on the Appearance → Custom Design → Fonts page if you have changed a font.
Or to use CSS to make a change like that, you can add the following to your Appearance → Custom Design → CSS editor:
.site-header h1 a { font-size: 1.8em; }Adjust the font-size value to your liking.
-
-
- The topic ‘Header Font Size’ is closed to new replies.