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.

Change Field Description and Submit button text size.

  1. The form on the top right of http://www.shortsalemiramesa.com, I am trying to change the font size and color in both the filed description and the submit button but for some reason GF is ignoring the changes on forms.css and I am getting a strange extension of ?9d7bd4 on the forms.css that looks like this: http://www.shortsalemiramesa.com/wp-content/plugins/gravityforms/css/forms.css?9d7bd4 Now, forms.css?9d7bd4 does appear anywhere in /gravityforms/css/

    Where do I find this style.css?9d7bd4 and is this what I need to edit? When I edit the regular forms.css the changes are ignored.

    Posted 11 years ago on Wednesday April 3, 2013 | Permalink
  2. David Peralty

    Something is wrong with your site. Many files have extra code on them like you mentioned, not just Gravity Forms ones. Also, you are using an extremely old version of JQuery in your theme. You are going to want to try to isolate the issues happening and their sources. Here are our instructions to do such things:

    http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict

    Also, you don't want to change forms.css but instead your theme's style.css file, so that when you upgrade Gravity Forms, your changes are retained. Any change you want to make, you can use the !important tag to force the change.

    For example:

    .gfield_label { color: #ccc !important; }

    Hope that helps.

    Posted 11 years ago on Wednesday April 3, 2013 | Permalink