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.

Duplicate CSS

  1. dlmoretz
    Member

    Can I duplicate the css and use the new one for one specific form?

    Posted 13 years ago on Tuesday June 14, 2011 | Permalink
  2. You shouldn't have to duplicate all of the CSS, you can simply override CSS elements you need to change by targeting that form ID and adding custom CSS to your theme stylesheet.

    Here is documentation that discusses how to target form elements. You can target specific form ids or field ids using CSS.

    http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples

    Posted 13 years ago on Tuesday June 14, 2011 | Permalink