Forums

[Plugin: Contact Form 7] please remove the CSS from the plugins PHP files (2 posts)

  1. jtimar
    Member
    Posted 2 years ago #

    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.

  2. fingerzzz
    Member
    Posted 2 years ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic