Title: All Type Black
Last modified: August 22, 2016

---

# All Type Black

 *  Resolved [johnctripp](https://wordpress.org/support/users/johnctripp/)
 * (@johnctripp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/all-type-black/)
 * I’d like all type to be black on my site, not grey. Can’t read it against my 
   background. Any custom CSS I can use to make all type black would be appreciated.
 * My site: [http://www.wncoutside.com](http://www.wncoutside.com)

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/all-type-black/#post-5627208)
 * Hey there johnctripp,
 * Hope you’re well today!
 * Try adding the following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin if your theme doesn’t have 
   custom CSS tab.
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       body {
       color: #000;
       }
       ```
   
 * This should change the the text color to black.
 * Happy new year!
 * Cheers,
    Bojan
 *  Thread Starter [johnctripp](https://wordpress.org/support/users/johnctripp/)
 * (@johnctripp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/all-type-black/#post-5627238)
 * How about my headers?
 *  Thread Starter [johnctripp](https://wordpress.org/support/users/johnctripp/)
 * (@johnctripp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/all-type-black/#post-5627239)
 * And Happy New year to you too 🙂
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/all-type-black/#post-5627297)
 * Hey there johnctripp,
 * For the headers and widget titles please add the following code:
 *     ```
       .sidebar .widget-title {
       color: #000;
       }
   
       h4.section-title {
       color: #000;
       }
       ```
   
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [johnctripp](https://wordpress.org/support/users/johnctripp/)
 * (@johnctripp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/all-type-black/#post-5627320)
 * That did it, thanks!

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

The topic ‘All Type Black’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [johnctripp](https://wordpress.org/support/users/johnctripp/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/all-type-black/#post-5627320)
 * Status: resolved