Hello @wplifer ,
There’s inline css that hides “.wpcf7-response-output” which contains the error message & confirmation of contact form 7.
Try to remove display:none and add display:block;
It should look like this:
.wpcf7-response-output {
display:block;
}
Please let me know.
Glen
That worked thank you very much, Glen. The owner of that website complained about the black outline around the success message and that is why I used the display none snippet. Again, thank you and if I have clients that are willing to pay for the pro version, I will recommend your plugin.
Brett