Changing font size in header
- The topic ‘Changing font size in header’ is closed to new replies.
Need help? Check out our Support site, then
I’ve just switched to the Scrollider Express theme. The text in the header is too small and I’d like to enlarge it.
When I go to the ‘Fonts’ option to customize the settings, I see the different fonts but there is no size option visible.
The blog I need help with is: (visible only to logged in users)
Hi there,
Thank you for your question. I’d like to help.
If you have the custom CSS upgrade you can do this:
http://en.wordpress.com/products/custom-css/
For example:
#masthead {
font-size: 14px;
}
Kind Regards,
Scott
Thanks Scott. I’ll give it a try.
Great, let me know if you still have issues here.