Viewing 1 replies (of 1 total)
  • CSS for validation errors is contanined in plugins\contact-form-7\includes\css\styles.css

    div.wpcf7-validation-errors {
        border: 2px solid #f7e700;
    }

    Use Firebug or Chrome Dev Tools to examine the HTML and CSS of your CF7 form in detail. Once you understand how the HTML and CSS is configured in your CF7 form, you should be able to see the CSS changes you need to change the appearance of the form to suit your requirements.

Viewing 1 replies (of 1 total)
  • The topic ‘Help with Error / Validation error placement’ is closed to new replies.