Change size of Header Text

Homepage Community Forums Agile Theme Support Change size of Header Text

  • This topic has 1 reply, 2 voices, and was last updated 11 years ago by Wes.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3642
    mtissington
    Customer

      How can I change the size of the 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”

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.