I would check if the CF7 unique form id has changed from wpcf7-f482-t1-o1.
You can also now add an id and class to a form by adding the html_id and html_class attributes into a [contact-form-7] shortcode.
Example: [contact-form-7 id="1234" title="Contact form 1" html_id="contact-form-1234" html_class="form contact-form"]
See http://contactform7.com/faq/can-i-add-id-and-class-attributes-to-a-form-element/
This is a good way of styling multiple CF7 forms
Thread Starter
ftb
(@misomaybe)
hello, thank you for your answer. I see next in the form short-code that an id has been added:
[contact-form-7 id="482" title="Subscribe"]
How can I transcribe this into the css in order for it to recognize which form it is?
#contact-form-7 id="482" .wpcf7-text {
height: 20px;
width: 200px !important;
}
doesn’t seem to work…
thank you
See Styling Contact Form for a general explanation of styling CF7 forms using CSS.
There is a link at the bottom of the page to a comprehensive and detailed article on Styling Contact Form 7 Forms. The article shows people, with suitable HTML & CSS skills, how to change the appearance of their Contact Form 7 Forms to meet their particular requirements.