Title: Change body text
Last modified: August 22, 2016

---

# Change body text

 *  Resolved [rctfan1999](https://wordpress.org/support/users/rctfan1999/)
 * (@rctfan1999)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/change-body-text/)
 * Hello,
 * My question seems simple, but I can’t figure out how to do it in this theme. 
   How do you change the color of the body text sitewide?

Viewing 1 replies (of 1 total)

 *  Theme Author [Silkalns](https://wordpress.org/support/users/silkalns/)
 * (@silkalns)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/change-body-text/#post-5736220)
 * Add this code to Theme Options – Other – Custom CSS and replace example color
   code with one that you want to use. This code will turn your website body text
   red but you can replace it with any color you want.
 *     ```
       .entry-content {
         color: #f00;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Change body text’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Silkalns](https://wordpress.org/support/users/silkalns/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/change-body-text/#post-5736220)
 * Status: resolved