Reply To: Change size of Header Text

Homepage Community Forums Agile Theme Support Change size of Header Text Reply To: Change size of Header Text

#3660
Wes
Moderator

    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”