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.

Borders not visible in single line fields only

  1. Hi. My form displays borders on everything except for the single line fields. I am using a theme called Purity from themeforest. I found similar problems on here and am guessing that the "custom.css file sets the border width on the inputs to 0.", right? If that is indeed the case, I have no idea how to change it. Can someone tell me? Thanks!
    Here's the web page:
    http://atailtotell.com/newwebsite/adoption-information-2/adoption-application-2/

    Melody

    Posted 12 years ago on Tuesday November 15, 2011 | Permalink
  2. Hey Melody,

    Add this to your style.css or custom.css file (wherever your theme tells you to place custom styles)

    [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: 1px solid #ccc
    }

    You can feel free to change the hex color and px size as you see fit.

    Posted 12 years ago on Tuesday November 15, 2011 | Permalink
  3. I'm sorry for the ignorance, but I need to be spoon fed. Where would I look to find out where the custom styles are? I don't have a clue. Sorry.

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink
  4. Wait a minute. I think I found it. Is this it?

    Purity: Stylesheet (style.css)

    It's in the Wordpress dashboard, Appearance, Editor, and then Purity: Stylesheet (style.css) at the bottom of a list on the right.

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink
  5. Well, each theme is setup differently. Inside of WordPress you can find an Editor under the Appearance tab. Here you should be able to find your php files and css files. You can also use FTP to locate these files as well. Let me know if you get stuck.

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink
  6. Yep, that should do it.

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink
  7. I copied and pasted what you wrote above into the stylesheet and nothing happened. I just pasted it onto the end of it. Is that the right place?

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink
  8. Can you email me a login to rob@rocketgenius.com so I can take a look?

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink
  9. Yes! thanks!

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink
  10. Hey Melody, you are good to go. :)

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink

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