Title: Font control
Last modified: August 22, 2016

---

# Font control

 *  Resolved [dave.felder@gmail.com](https://wordpress.org/support/users/davefeldergmailcom/)
 * (@davefeldergmailcom)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/font-control/)
 * I’m trying to use Coeur for my website, and it’s working pretty well. I can find
   your controls for adjusting the font type, but I can’t find a way to adjust the
   size of the fonts.
 * I would like to make the h1 font size a little smaller, because on a cell phone,
   a title takes up half the screen. I can see the editor.styles.css file using 
   filezilla, but when I try to change the font size there, it doesn’t seem to make
   a difference.
 * I”m not a web developer, I just know enough to get in and really break things,
   so I’m a little hesitant to dig too deep.
 * Any suggestions?

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/font-control/#post-5879249)
 * Don’t edit the core CSS of the theme becasue when/if the theme DEV updates the
   theme everything will be lost.
 * Try installing this plugin [**HERE**](https://wordpress.org/plugins/simple-custom-css/)
 * Then after you activate the plugin try pasting this code:
 *     ```
       .blog-title a {
           font-size: 24px;
       }
       ```
   
 * Just adjust the 24px to your liking.
 * Also providing a site link is always helpful for us 😉
 *  Thread Starter [dave.felder@gmail.com](https://wordpress.org/support/users/davefeldergmailcom/)
 * (@davefeldergmailcom)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/font-control/#post-5879263)
 * Thanks. That did the trick. I needed to the blog-post-title too, but you set 
   me on the right track.
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/font-control/#post-5879272)
 * Just do this code then for that.
 *     ```
       .blog-post-title {
           font-size: 40px;
       }
       ```
   
 *  Thread Starter [dave.felder@gmail.com](https://wordpress.org/support/users/davefeldergmailcom/)
 * (@davefeldergmailcom)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/font-control/#post-5879273)
 * Got it. Thanks.
 * Site is [http://www.ryanvideo.com](http://www.ryanvideo.com). I just installed
   Coeur over the weekend. My previous theme had been customized for me and either
   by design or error was missing a couple of important features, the most important
   being responsive. They probably turned that off because they wanted me to buy
   a subscription for a mobile site.
 * When I changed themes, most of my graphics disappeared from the site, so I’ve
   got to do a bit of work putting them back into the static pages.
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/font-control/#post-5879274)
 * If you need any more help feel free to post a new thread!

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

The topic ‘Font control’ is closed to new replies.

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

 * 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/font-control/#post-5879274)
 * Status: resolved