PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

question on style sheet

  1. ocolson
    Member

    Is there a style sheet that I should put css changes in to style my form that won't be affected when there is updates to gravity forms. I see that there is a bunch of stylesheets in the css file, and sorry I did try to search for the answer but could not find.

    Thank you

    P.S. Thanks for the plug-in made making the forms very easy :)

    Posted 14 years ago on Friday September 24, 2010 | Permalink
  2. Yes, you put any custom styles in your themes stylesheet file. You use inheritance to override the plugins default styles. Any styles you have difficulty overriding within your theme stylesheet you can use the !important declaration to force the style to override the plugin styles.

    Since your custom changes would reside in your theme stylesheet they won't be get overwritten by plugin updates.

    Posted 14 years ago on Friday September 24, 2010 | Permalink
  3. ocolson
    Member

    Thank you.....that is what I thought but wanted to make sure :)

    Posted 14 years ago on Friday September 24, 2010 | Permalink