Home › Forums › WoodMart support forum › Questions about theme update › Reply To: Questions about theme update
September 10, 2020 at 8:40 am
#225099
d_ch
Participant
Ok thank you for the information.
I have one more question please, only on contact page where I have a contact form created with CF7 plugin, I get at the bottom of the page the div below:
<div class=”wpcf7-response-output” role=”alert” aria-hidden=”true”></div>
For the moment I can hide it via the below CSS snippet:
.notifications-sticky div.wpcf7-response-output {
display: none;
visibility: hidden;
}
Is this maybe a bug of this theme version?