Homepage › Community Forums › Agile Theme Support › Change size of Header Text
How can I change the size of the header text?
Take a look around line 206 or search for #title in your style.css file –
#title { font-family: ‘Oswald’, sans-serif; font-size: 42px; font-weight: normal; line-height: 50px; margin: 0; text-transform: uppercase; }
Then just change the “font-size”