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.

CSS changes carry over to ALL forms, regardless of Form I

  1. I have been able to accomplish some CSS changes, but the appearance changes I've made cover every form in the collection. I cannot get the form ID to have any significance as shown in the css targeting samples. http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples

    http://generate.sensiblestrategy.com/form-farm/
    http://generate.sensiblestrategy.com/form-farm-two/

    Thank you for any help, even if the answer is this is just the way it is.

    Posted 11 years ago on Sunday June 24, 2012 | Permalink
  2. David Peralty

    Doesn't look like you are targetting by form ID currently.

    If you put: #gform_wrapper_5 in front of some of your CSS, you'll notice that it stops it from working on your main form.

    So #gform_wrapper_5 .gform_title { color: #ff0000; } will only make the form-farm-two have a red title. (Once you remove the non-form specific .gform_title call. :)

    Posted 11 years ago on Monday June 25, 2012 | Permalink