Edin header text size
-
I can customize the text of “headings” but that changes both the header text and all the other page headings. I’d like to only change the size of the header text because the name of the site is so long, but if I make it smaller, my other headings become way too small.
Anyone have the code to only change the header text size?
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there, to adjust the font size of the site title only in CSS, add the following to your custom CSS and adjust as desired.
.wf-active .site-title { font-size: 2.115em; }
- The topic ‘Edin header text size’ is closed to new replies.