Title Font

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13701
    adam19
    Customer

      How do I change the font for my site title?

      You can view my site here – http://s19-media.com/deliverychamps

      I already went into the css and tried to change it to ‘open sans’ from the default but nothing seemed to change on the live site when I did this

      Any help would be appreciated

      #13722
      Eric
      Customer

        You can change it by adding the following code with the font you would like to use –

        
        .site-title a {
        	font-family: ADD_YOUR_FONT_HERE;
        }

        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

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