Contact Form 7 Yellow Bar Solution Not Working

Hi there -

We have the contact form 7 yellow bar issue. I read through the forum and found several threads with the recommended solution

See

I followed the instructions and inserted the code and rechecked our css and unfortunately the solution isnt working.

See https://www.mitegen.com/learn/about-mitegen/contact-us/

What do we need to do to fix the yellow bar issue?

Thanks
Tim

Hello Tim,

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/Pro > Theme Options—> CSS.

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

The given code in that thread is working fine at my end it might be some CSS syntax issue at your end in X/Pro —>Theme Option —> CSS I would recommend you to remove the

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.

Hope it helps you.
Thanks

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