Home › Forums › WoodMart support forum › Color settings for pop-up notifications. › Reply To: Color settings for pop-up notifications.
March 23, 2020 at 1:58 pm
#181733
Aizaz Imtiaz Awan
Keymaster
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.