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.

input fields quick fix

  1. Can you supply a quick css fix for my input fields as no text is showing up unless highlighted.

    http://neilhoughton.com/contact-2

    Maybe a darker field color would help?
    Sorry for such a newb question but I am in a hurry to get this form working properly.

    Neil

    Posted 13 years ago on Monday May 10, 2010 | Permalink
  2. It's inheriting the color property from line 28 of your style.css file. You can append this to the end of the style.css file and it should work for you.

    .gform_wrapper textarea, .gform_wrapper input {color:#000}

    or if you wanted the white text on a darker background.. something like this

    .gform_wrapper textarea, .gform_wrapper input {background:#444; border:none; color:#fff}

    Posted 13 years ago on Monday May 10, 2010 | Permalink
  3. perfect-thanks!

    Posted 13 years ago on Tuesday May 11, 2010 | Permalink

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