Contact Form 7 hidden styling

Hello,

I downloaded Creative Contact Forms 3 from Design Cloud and I think some bit of CSS is still around, adding both undesirable color for the button and also a progress bar. Ideally I’d like to find where this styling is coming from and clear it back to default. I’ve since downloaded CCFs 2 and 4 to try and override but it still persists.

I’ve tried deleting all code from Element CSS in Section > Customize and now it has elements that aren’t responding to changes in CSS accurately.

Hi Aaron,

Thanks for reaching out.

You may also check the X/Pro > Theme Options > CSS, it is where the global CSS located.

If it is not helping please give us the URL of the page you are working on.

Hope that helps.

Thank you.

It’s for a client that’s I’m using X Theme for, not X Pro!

Website is beta.provenpromotions.com

Thanks!

Hello Aaron,

I checked your website. It seems that there is one light Yellow border coming under the contact form.
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 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

Gotcha! I just couldn’t find where the code was that was causing this. Thank you so much for your help!

Hi Aaron,

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

Thank you.

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