How to increase the size of my sites header (site name at the top of the pages)
-
I would like to increase the size of my sites header that displays at the top of each page. Not the page header but the site header. How can I do this?
The blog I need help with is: (visible only to logged in users)
-
Hello there!
In order to adjust the header size, click Appearance → Customize in your site’s Dashboard. Then, click CSS in your right-hand menu. In the CSS Revisions box, please paste the following underneath all existing text:
.wf-active #site-title {
font-size: 60px;
}Then Save your changes.
I arbitrarily chose 60px for your site title size. You can adjust that number as you’d like.
I hope this helps! Take care.
-
-
Sorry I just realised the tagline hasn’t increased in size. Could you give me the code for that too? Thank you very much!
-
Certainly! Utilizing the same inital instructions as before, add the following CSS code beneath your Title Size adjustment code:
.wf-active #site-description {
font-size: 24px;
}Please let us know if you have any other questions. Thanks much!
-
-
- The topic ‘How to increase the size of my sites header (site name at the top of the pages)’ is closed to new replies.