change font size for title and subhead on home page
-
I need to increase font size for the title and subhead for the homepage.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Do you want it changed only on the home page, or all the pages?If former, use this code and adjust the size as required:
.home .site-header .site-title { font-size: 34px; } .home .site-header .site-description { font-size: 15px; }To reflect the changes throughout your blog, use this code:
.site-header .site-title { font-size: 34px; } .site-header .site-description { font-size: 15px; }
- The topic ‘change font size for title and subhead on home page’ is closed to new replies.