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.

Form styling help

  1. Hi there,

    I changed the background on my website to white and I noticed that the forms are no longer visible! The forms seem to have no border around them. I'm not sure why this is (perhaps my theme is changing the look of the forms?).

    Perhaps someone could have a look and point me in the right direction. Thanks very much. :)

    http://drewclifton.com/atc

    Look to the bottom of the home page we have a form down there. :)

    Posted 13 years ago on Thursday November 10, 2011 | Permalink
  2. Yep, in your theme's main.css there is this:

    [css]
    input, textarea {
        border: medium none;
        outline: medium none;
    }

    You can place this in main.css and change the hex value and px values as you see fit.

    [css]
    .gform_wrapper input, .gform_wrapper textarea {
    border: 1px solid #CCC;
    }
    Posted 13 years ago on Thursday November 10, 2011 | Permalink
  3. Thanks that was it. :)

    Posted 13 years ago on Thursday November 10, 2011 | Permalink

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