Title: Customizer
Last modified: August 31, 2016

---

# Customizer

 *  Resolved [opalideas](https://wordpress.org/support/users/opalideas/)
 * (@opalideas)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/customizer-4/)
 * Looking to convert to the paid version but, after the last theme update the sidebar
   has no background colour. I can’t find anywhere to change the background in sidebars.
   How is that to be done?

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

 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/customizer-4/#post-7345121)
 * Post your website URL.
 *  Thread Starter [opalideas](https://wordpress.org/support/users/opalideas/)
 * (@opalideas)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/customizer-4/#post-7345278)
 * Sorry – been traveling.
    website: [http://www.opalideas.com](http://www.opalideas.com)
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/customizer-4/#post-7345298)
 * Hi,
 * You can use the following to change the widget content background color.
    Use
   in Theme Options -> Custom CSS
 *     ```
       .widget-content {
           background: #ffffff none repeat scroll 0 0 !important;
       }
       ```
   
 * To give sidebar a background color,
 *     ```
       #secondary, #secondary-2 {
           background: #ffffff none repeat scroll 0 0 !important;
       }
       ```
   
 * The #ffffff is the color hex code for white color.
    You can change to the color
   that you require. Use this online tool to help. [http://www.colorpicker.com/](http://www.colorpicker.com/)
 * Thank you
 *  Thread Starter [opalideas](https://wordpress.org/support/users/opalideas/)
 * (@opalideas)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/customizer-4/#post-7345299)
 * Thank you Denzel. That works perfectly. But why is the Customizer gone?
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/customizer-4/#post-7345305)
 * Hi,
 * It’s not gone.
    [http://img.prntscr.com/img?url=http://i.imgur.com/66deoR1.png](http://img.prntscr.com/img?url=http://i.imgur.com/66deoR1.png)
 * Disable your plugins one at a time to find out which plugin is causing this issue.
 * Thank you.
 *  Thread Starter [opalideas](https://wordpress.org/support/users/opalideas/)
 * (@opalideas)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/customizer-4/#post-7345308)
 * Thank you again. I had disabled a few plugins but not think “Broken Link Checker”
   would be involved. It is the culprit.
    All good now. As soon as my PayPal fills
   up, I will buy the theme.
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/customizer-4/#post-7345311)
 * Please mark this thread as resolved.
    Thank you.

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

The topic ‘Customizer’ is closed to new replies.

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

 * 7 replies
 * 2 participants
 * Last reply from: [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/customizer-4/#post-7345311)
 * Status: resolved