Title: Change colour sidebar
Last modified: August 22, 2016

---

# Change colour sidebar

 *  Resolved [TheCrack](https://wordpress.org/support/users/thecrack/)
 * (@thecrack)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/change-colour-sidebar/)
 * I changed the color of the sidebar with the following code .
 *     ```
       .sidebar {
       background: #ffffff;
       }
       ```
   
 * But the Sidebar color only stays for the length of widgets, and what I want is
   to change the color of the entire sidebar, from beginning to end.
 * As I can do?

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

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/change-colour-sidebar/#post-5621963)
 * Hi TheCrack. Take a look at [this thread](https://wordpress.org/support/topic/how-to-change-sidebar-colours?replies=5)
   for a similar question.
 *  Thread Starter [TheCrack](https://wordpress.org/support/users/thecrack/)
 * (@thecrack)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/change-colour-sidebar/#post-5621965)
 * Resolved. Thanks bdbrown.
 * I added this code:
 *     ```
       .main-inner,
       .s1-expand .s1,
       .s2-expand .s2 {
         background: #fff !important;
         }
       ```
   
 *  Thread Starter [TheCrack](https://wordpress.org/support/users/thecrack/)
 * (@thecrack)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/change-colour-sidebar/#post-5621995)
 * I have read that using this code influences into something , it influences ?

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

The topic ‘Change colour sidebar’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [TheCrack](https://wordpress.org/support/users/thecrack/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/change-colour-sidebar/#post-5621995)
 * Status: resolved