Yes, if you change H1 under Content Headers you will change the font size for blog title, but also for pages titles... everywhere is used h1. If you want to change the size only for site header you should add at Suffusion Options -> Backend -> Custom Includes -> Custom Styles:
- Code: Select all
h1.blogtitle {font-size:20px;}
Adjust the value of 20px to suit your needs.