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.

The way the form displays on my Wordpress website is really unclear for the user

  1. Hello
    I've been using Gravity forms for a while, so am familiar with most front end aspects of it. I've just uploaded a contact form for a new website, but the appearance is unclear.
    It would be really difficult for any user to fill in this box, as the background is white, and there are no border lines.
    http://www.easierchildbirth.co.uk/contact-me/
    Is there a simple way to rectify this?

    Posted 11 years ago on Monday February 4, 2013 | Permalink
  2. David Peralty

    Can you add

    .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"], .gform_wrapper textarea {
    border: 1px solid;
    }

    To your style.css please?

    Posted 11 years ago on Monday February 4, 2013 | Permalink
  3. Hello David
    Thanks for the reply. I've never done this before. Specifically where I do add this?
    Regards
    Sarah

    Posted 11 years ago on Monday February 4, 2013 | Permalink
  4. David Peralty

    I need you to add this CSS to your style.css file of your current theme please.

    Posted 11 years ago on Monday February 4, 2013 | Permalink
  5. I cut and paste the code and added this to style.css file in editor menu of the wordpress theme, then updated the file.
    I then revisited the page with the form on it, but there are no visible changes.
    What have I missed?

    Posted 11 years ago on Tuesday February 5, 2013 | Permalink
  6. Thanks for the help David!
    I followed these instructions and it worked.

    Posted 11 years ago on Thursday February 7, 2013 | Permalink