Hi!
The box with the class of .wpcf7-response-output is still showing up beow each form.
Thanks!
Hi!
The box with the class of .wpcf7-response-output is still showing up beow each form.
Thanks!
Thanks! Looks like they stopped adding display: none; directly in a recent release. Added to our styles for this update.
@alexander, I have tried adding display:none myself. Unlike before, it seems that now it hides the actual response message as well. I’ll check again to make sure.
I ended up adding this in the stack stylesheets:
.wpcf7-response-output {
display: none;
}
And they add display: block; when the message is revealed so that seems to work nicely.