Home Forums WoodMart support forum Color settings for pop-up notifications. Reply To: Color settings for pop-up notifications.

#181733

Hello,

I saw the screenshots you attached. To Change the background-color of the notice you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

1)

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
Background-color: red;
}

2)

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
background-color: purple;
}

Best Regards.