Contact Form 7 error - colored bar

Hey,

Since I updated Wordpress last time there is an extra empty bar under every Contact Form 7 form I use on my webpage eftmaailm.ee:
here https://eftmaailm.ee/seansile/
and here https://eftmaailm.ee/kontakt/
Could you advise what can I do to fix this?

Thanks in advance!
Eva

Hello Eva,

Thanks for writing to us

This is an issue of our Theme. It has been already reported to our development team. It would be updated with the next release. Till then you can use a temporary fix CSS and add this code to your
X-> Theme Options-> CSS.

form.wpcf7-form.init .wpcf7-response-output{
display: none;
}

Please check the screenshot so that you can properly place CSS code at the correct place

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Thanks

1 Like

Hi Prakash!

Thank you so much for your help! That fixed it :slight_smile:
One more question: when the theme will be updated, should I delete this custom CSS?

Kind regards,
Eva

Hello Eva,

Yes, when we would released the Theme update with the fix then you can remove this custom CSS code from the Global CSS box.

Have a great day!
Thanks

2 Likes

I had the same problem and thanks for the solution, it resolved my issue as well. You are the best!

@alalit,

You’re welcome and it’s our pleasure to help you. If you have any other concerns, feel free to reach us.

Thank you.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.