Title: BlackTechDiva's Replies | WordPress.org

---

# BlackTechDiva

  [  ](https://wordpress.org/support/users/blacktechdiva/)

 *   [Profile](https://wordpress.org/support/users/blacktechdiva/)
 *   [Topics Started](https://wordpress.org/support/users/blacktechdiva/topics/)
 *   [Replies Created](https://wordpress.org/support/users/blacktechdiva/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/blacktechdiva/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/blacktechdiva/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/blacktechdiva/engagements/)
 *   [Favorites](https://wordpress.org/support/users/blacktechdiva/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Writr] Can't change color scheme!](https://wordpress.org/support/topic/cant-change-color-scheme/)
 *  [BlackTechDiva](https://wordpress.org/support/users/blacktechdiva/)
 * (@blacktechdiva)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/cant-change-color-scheme/#post-5209742)
 * I had the same problem. I just added this to the jetpack’s custom css plugin:
 *     ```
       /*CHANGES COLOR OF THE SIDEBAR*/
       body:after {
       	background: #8b6876 !important;
       }
   
       .site-header {
       	background: #8b6876 !important;
       }
       ```
   
 * I changed my sidebar color to #8b6876. In the theme’s style.css it is set to #
   1abc9c.

Viewing 1 replies (of 1 total)