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.

Best directory to add custom css?

  1. I'm creating a custom stylesheet for a WPMU, single site GF install. I've tried adding an element style to:

    .gform_wrapper .left_label .gfield_label {
        float: left;
        font-weight: normal!important;
        color:red!important;
        margin: 0 15px 0 0;
        width: 29%;
    }

    to style.css of the template to no avail.

    Seems that in the directory structure, the plugins folder comes after the theme folder, such that forms.css might override style.css. Could that be it?

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  2. Could you post a link to the form so we can check it out and see it in action?

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  3. May I email it to you? The site isn't live, yet, and rather proprietary...

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  4. Sure, you can send it to rob@rocketgenius.com

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  5. Rob,

    Thanks for your help. This may end up being a WP issue. The changes I make to style.css don't even show up. If I'm able to get something to do the thing, and I'm still not getting the results I'm looking for, I'll be back...

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  6. Gotcha, sounds good, always glad to help out so let me know what happens, one way or the other. ;)

    Posted 12 years ago on Thursday November 3, 2011 | Permalink