Title: edit the header text styles?
Last modified: August 30, 2016

---

# edit the header text styles?

 *  Resolved [manualmedia](https://wordpress.org/support/users/manualmedia/)
 * (@manualmedia)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/edit-the-header-text-styles/)
 * I’m trying to edit the size and make bold the text in my header, but I’m not 
   sure how. Any insight would be greatly appreciated!
 * [http://easternworldllc.com/](http://easternworldllc.com/)

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

 *  Thread Starter [manualmedia](https://wordpress.org/support/users/manualmedia/)
 * (@manualmedia)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/edit-the-header-text-styles/#post-6550693)
 * well I got it to be bigger but I can’t seem to get font-weight: bold; to work…
   any ideas?
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/edit-the-header-text-styles/#post-6550770)
 * Hey there manualmedia,
 * Hope you’re well today 🙂
 * Using what you’ve said should work, I’ve tested this on your site using inspector.
   Please try adding the following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or if your theme doesn’t have custom CSS tab add it in your site using the following
   plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       div.mythemes-header a.header-title, div.mythemes-header a.header-description {
           font-weight: bold;
       }
       ```
   
 * This should make both your site title and description bold, if the code doesn’t
   work please keep it added and let me know so I can take a look 🙂
 * Cheers,
    Bojan
 *  Theme Author [mythemes](https://wordpress.org/support/users/mythemes/)
 * (@mythemes)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/edit-the-header-text-styles/#post-6550810)
 * You can find custom css field in Admin Dshboard > Appearances > Customize > Others
 *  Thread Starter [manualmedia](https://wordpress.org/support/users/manualmedia/)
 * (@manualmedia)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/edit-the-header-text-styles/#post-6550811)
 * hey guys, thank you for the responses!
 * I was able to figure it out after inspecting the page and doing lots and lots
   of googling. 🙂

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

The topic ‘edit the header text styles?’ is closed to new replies.

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

 * 4 replies
 * 3 participants
 * Last reply from: [manualmedia](https://wordpress.org/support/users/manualmedia/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/edit-the-header-text-styles/#post-6550811)
 * Status: resolved