Home Forums WoodMart support forum how to change massage bar color Reply To: how to change massage bar color

#223199

Hello,

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.wpcf7 form.sent .wpcf7-response-output {
background-color: brown;
}
.wpcf7 form.invalid .wpcf7-response-output {
background: red;
}

Best Regards.