Trying to figure out how to change the font size of the header
The blog I need help with is girlsgoneweathyblog.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Trying to figure out how to change the font size of the header
The blog I need help with is girlsgoneweathyblog.com.
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.
This topic has been closed to new replies.