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.

large input box background color

  1. mottacrc
    Member

    For some reason the large input box (comment box) has a black background where all the other text boxes are white background.. any ideas?

    Plz help.
    http://riverside.questwire.com/contact-us/

    Posted 13 years ago on Monday March 5, 2012 | Permalink
  2. It's coming in from this in wood.css:

    [css]
    .titled_box_content, .fancy_box, .fancy_box_title, .pullquote, .toggle_frame, .minimal_table td, .textfield, .password, .textarea, #s, #comment {
    background: url(wood/black70.png);
    border-color: black;
    }

    So add this to your theme's stylesheet:

    [css]
    .gform_wrapper textarea {
    background: white;
    }
    Posted 13 years ago on Monday March 5, 2012 | Permalink