Forums
Forums / Plugin: MC4WP: Mailchimp for WordPress / Widget Background Color
(@dede85)
10 years, 3 months ago
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
Thank you.
https://wordpress.org/plugins/mailchimp-for-wp/
(@hchouhan)
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.
Hi, thank you, it seems to work! But now I need to change widget header color. Any clue? Thank you again!
10 years, 2 months ago
Hello,
To change the color of the widget header, you can use below code:
.widget_mc4wp_form_widget .widgettitle { color: #FFFFFF; }
The topic ‘Widget Background Color’ is closed to new replies.