Title: Site Title Mod
Last modified: August 22, 2016

---

# Site Title Mod

 *  Resolved [alane267](https://wordpress.org/support/users/alane267/)
 * (@alane267)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/site-title-mod/)
 * How do you change the font and size of the site title? I have a child theme and
   am able to add custom CSS but haven’t had any luck creating the css myself. Any
   help would be great. Thanks. My site is
    [19thcenturyshaving.com](http://19thcenturyshaving.com)
 * Aaron

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/site-title-mod/#post-5884848)
 * Use this code:
 *     ```
       .site-title {
           font-size: 34px;
       }
       ```
   
 * Just edit the 34px
 *  Thread Starter [alane267](https://wordpress.org/support/users/alane267/)
 * (@alane267)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/site-title-mod/#post-5884947)
 * thanks but how do you edit the font style?
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/site-title-mod/#post-5884958)
 * This is the code you have now.
 *     ```
       .site-title {
           font-size: 50px;
           font-family: sans-serif;
       }
       ```
   
 * Check out this site and just change your sans-serif code.
 * [http://www.w3schools.com/cssref/css_websafe_fonts.asp](http://www.w3schools.com/cssref/css_websafe_fonts.asp)
 *  Thread Starter [alane267](https://wordpress.org/support/users/alane267/)
 * (@alane267)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/site-title-mod/#post-5885033)
 * Erik, Thanks for your help. That website is great. I’ll have to bookmark it!
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/site-title-mod/#post-5885045)
 * Yep, Learn a lot and still use is everyday!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Site Title Mod’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/expound/2.0.1/screenshot.png)
 * Expound
 * [Support Threads](https://wordpress.org/support/theme/expound/)
 * [Active Topics](https://wordpress.org/support/theme/expound/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/expound/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/expound/reviews/)

## Tags

 * [site title](https://wordpress.org/support/topic-tag/site-title/)

 * 5 replies
 * 2 participants
 * Last reply from: [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/site-title-mod/#post-5885045)
 * Status: resolved