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.

Help Please! Can't determine how to delete style

  1. Hi there,
    I've been styling my contact forms on a site today, and while testing the border around advanced input fields, I've somehow managed to "keep" a style that appears deleted in my style sheet. When I inspect this element with Firebug, it shows the line of css and tells me its in "inline style sheet #8". My style.css is empty of any such code - although this IS the line of code I was originally testing. Its only appearing for me in Firefox at the moment, but it IS appearing offsite in both chrome and safari. Please help!
    http://www.memphiscontractfurniture.com/contact-us/

    Additionally, I was actually attempting to override the themes styling of the input boxes only. I think my client would be happy with a 2px black border around the input boxes (not the subheading as well) what code would i need to place in style.css to make that happen? Thank you!

    Posted 11 years ago on Friday January 4, 2013 | Permalink
  2. David Peralty

    Could it be some kind of caching plugin that is causing you this issue?

    Posted 11 years ago on Friday January 4, 2013 | Permalink
  3. ok, it seems that the issue with the red border has magically disappeared - maybe the cache was just backed up. Still looking to change the input boxes - any help with that would be greatly appreciated! Thank you!

    Posted 11 years ago on Friday January 4, 2013 | Permalink
  4. David Peralty

    To add a border around the input boxes, you could use the following in your theme's style.css:

    .gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
    border: 2px solid black;
    }
    Posted 11 years ago on Friday January 4, 2013 | Permalink
  5. perfect! Thank you! Where is the documentation for this just so I don't have to ask again? Also is there a listing for the "type"? I still need the paragraph text type. I've tried both paragraph and paragraph text - neither seems to work.

    Posted 11 years ago on Friday January 4, 2013 | Permalink
  6. David Peralty

    We have a whole section of our documentation for design and layout that might help: http://www.gravityhelp.com/documentation/page/Design_and_Layout

    I just used Google Chrome and inspected your page and checked what was being applied to what and where... All my best!

    Posted 11 years ago on Friday January 4, 2013 | Permalink

This topic has been resolved and has been closed to new replies.