header
-
Trying to figure out how to change the font size of the header
The blog I need help with is: (visible only to logged in users)
-
Here is an example that will change the site title font size in the Grisaille theme. You can add this to your Appearance → Custom Design → CSS editor to make the change:
#site-title h1 a { font-size: 60px; }Adjust the font-size value to your liking.
- The topic ‘header’ is closed to new replies.