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.

Remove Border on Input Fields

  1. Good morning,

    I am having some trouble removing the light gray border on the input fields for this form: http://www.smashingbooth.com.php53-27.dfw1-2.websitetestlink.com/contact/. With the background of the page being black, the borders look awkward and I basically want only the white background of the input fields showing, not the light gray border (it looks to be about 5px wide). Any help you can provide in this area would be greatly appreciated. Thank you.

    Corey

    Posted 12 years ago on Monday September 10, 2012 | Permalink
  2. David Peralty

    I just added:

    #content-container input[type="text"] {
    border: none;
    }

    Let me know if that works.

    Posted 12 years ago on Monday September 10, 2012 | Permalink