Title: Widget Background Color
Last modified: August 31, 2016

---

# Widget Background Color

 *  Resolved [dede85](https://wordpress.org/support/users/dede85/)
 * (@dede85)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/widget-background-color-4/)
 * Hi, I would like to change the background color of the widget in the sidebar 
   and make it dark. Is it possible?
 * [http://www.mammapoppins.it](http://www.mammapoppins.it)
 * Thank you.
 * [https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/)

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

 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/widget-background-color-4/#post-7033622)
 * Hello dede85,
 * To change the background color, you would need to add custom CSS code to your
   theme. Please find an example code below:
 *     ```
       .widget_mc4wp_form_widget {
           background-color: #CCCCCC;
       }
       ```
   
 * I hope that helps.
 *  Thread Starter [dede85](https://wordpress.org/support/users/dede85/)
 * (@dede85)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/widget-background-color-4/#post-7033660)
 * Hi, thank you, it seems to work! But now I need to change widget header color.
   Any clue?
    Thank you again!
 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/widget-background-color-4/#post-7033791)
 * Hello,
 * To change the color of the widget header, you can use below code:
 *     ```
       .widget_mc4wp_form_widget .widgettitle {
           color: #FFFFFF;
       }
       ```
   

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

The topic ‘Widget Background Color’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577)
 * [MC4WP: Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 3 replies
 * 2 participants
 * Last reply from: [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/widget-background-color-4/#post-7033791)
 * Status: resolved