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 Class

  1. Andrewd
    Member

    I don't want the form to use my theme css. Where do i find the CSS Class Name to put in my form editor in admin so that the form uses a different css than my theme? like the form preview css.

    Posted 13 years ago on Tuesday July 13, 2010 | Permalink
  2. http://forum.gravityhelp.com/topic/css-class-name ?

    Posted 13 years ago on Tuesday July 13, 2010 | Permalink
  3. Andrewd
    Member

    Cant visit that post....

    The product you have purchased does not give you access to this forum.

    Back to Gravity Support Forums.

    Posted 13 years ago on Tuesday July 13, 2010 | Permalink
  4. Sorry - let me post the response from Kevin Flahaut here:

    The form will inherit properties from your theme CSS file if it's loaded on the same page. You can override the theme styles by using more specific rules for your form, but there's no way to simply disable the theme CSS unless you don't include it in the form page.

    Example: Your theme has blue text but you want red.. you can use inheritance from the main form wrapper to force this.

    .gform_wrapper {color:red}

    or, if you wanted it to only apply to one specific form, use the wrapper ID rather than the class

    #gform_wrapper_1 {color:red}

    This might be helpful as you step through the form CSS

    http://www.gravityhelp.com/documentation/visual-css-guide/

    Posted 13 years ago on Tuesday July 13, 2010 | Permalink
  5. @andrewd, If you've purchased Gravity Forms, you should be able to access the rest of the members forums if you've registered with the same email address you used to make your purchase.

    It looks like you posted this question before in the member forums so if you're having permissions issues, send us a note via the contact form and we'll get it fixed for you.

    Posted 13 years ago on Tuesday July 13, 2010 | Permalink
  6. Andrewd
    Member

    @illinoisharley, Thank you for the help it is much aprreciated!

    Kevin i have sent an email via contact us with my license key and the email it should be assigned to. thank you so much.

    Posted 13 years ago on Thursday July 15, 2010 | Permalink
  7. @Andrewd, we received the request and reset your permissions. I emailed you with the information.

    Posted 13 years ago on Thursday July 15, 2010 | Permalink
  8. Andrewd
    Member

    Thank you Kevin i recieved the e-mail.

    Posted 13 years ago on Friday July 16, 2010 | Permalink