• This is a problem because I customize the CSS and everytime I upgrade the plugin I have to go in and manually disable the default CSS.

Viewing 1 replies (of 1 total)
  • to prevent this simply copy the contents of the css to your own file and add an id to each of the “wpcf” selectors like so:

    #myContainer div.wpcf7 {
    margin: 0;
    padding: 0;
    }

    #myContainer …

    because of css specificity these declarations are “heavier” than the ones provided by the plugin’s default stylesheet.

    hope that helps

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Contact Form 7] please remove the CSS from the plugins PHP files’ is closed to new replies.