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.
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.
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
This topic has been closed to new replies.