Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Harish Chouhan

    (@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.

    Thread Starter dede85

    (@dede85)

    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

    (@hchouhan)

    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.