Home › Forums › WoodMart support forum › how to change massage bar color › Reply To: how to change massage bar color
September 3, 2020 at 5:53 am
#223199
Aizaz Imtiaz Awan
Keymaster
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.