Beta 8: CF7 - A box is still showing up below the forms

Hi!

The box with the class of .wpcf7-response-output is still showing up beow each form.

Thanks!

1 Like

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.