Title: Changing Post Title
Last modified: August 21, 2016

---

# Changing Post Title

 *  Resolved [zunholee](https://wordpress.org/support/users/zunholee/)
 * (@zunholee)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/changing-post-title/)
 * Hey there,
 * I’m trying to change to post title font to another one. I want to create a child
   theme but I can’t seem to locate the code to change in the original.
 * I would like to change the font itself and make it smaller. Would anybody be 
   able to help?
 * Thank you!

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

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/changing-post-title/#post-5094023)
 * There are a couple of ways to change the font on Singl.
 * An easy way is through a Google Font plugin, like one of these:
 * [http://wordpress.org/plugins/search.php?q=google+fonts](http://wordpress.org/plugins/search.php?q=google+fonts)
 * You’d then apply the font through your child theme’s stylesheet, like this:
 *     ```
       .entry-title {
          font-family: Georgia, Times, serif;
          font-size: 1em;
       }
       ```
   
 * You would adjust the list of fonts to match whatever Google Fonts specifies there.
   Backup fonts and generic fonts are always recommended – those get listed after
   the first one, separated by commas.
 * Another way to change a font in your child theme is manually. It’s a little more
   complicated, but it’s another alternative. My colleague James wrote up a good
   guide here:
 * [http://macmanx.com/2014/06/04/custom-fonts-without-plugins-for-wordpress-themes/](http://macmanx.com/2014/06/04/custom-fonts-without-plugins-for-wordpress-themes/)
 *  Thread Starter [zunholee](https://wordpress.org/support/users/zunholee/)
 * (@zunholee)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/changing-post-title/#post-5094071)
 * Thank you it worked!

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

The topic ‘Changing Post Title’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [zunholee](https://wordpress.org/support/users/zunholee/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/changing-post-title/#post-5094071)
 * Status: resolved