Home › Forums › WoodMart support forum › Moved: Reply To: Contact Form 7 missing send Notification for Customer › Reply To: Moved: Reply To: Contact Form 7 missing send Notification for Customer
March 12, 2021 at 10:50 am
#273012
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wpcf7-response-output:empty {
display: none;
}
Best Regards