• Successfully changed the size of input fields on Contact Form 7 with Zero knowledge of CSS after scouring the support Forums, however I’ve hit a wall. I’m unable to change or customize the SUBMIT button and the changes have resized my Search box on all my pages to become distorted. I’ve tried a number of suggestions mentioned but no luck. Any assistance would be appreciated. The simpler the better! Thanks,

    http://www.factorintalent.com/contact-us/

Viewing 1 replies (of 1 total)
  • Within the contact form 7 admin panel , you can set any HTML needed to develop your forms. For example you create a div to hold you form inputs.

    <div id="contac-form"> [your-email]  [submit]</div>

    Now with this as your example form. You can use #contact-form as the Id to target you CSS rules.

    Example#contact-form {background:#000; padding:20px; border:1px solid #000; }

Viewing 1 replies (of 1 total)

The topic ‘Contact Form 7’ is closed to new replies.