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.

submit button is black

  1. Every time I create a form, which I love the ease of doing, my submit button does not show up and is a black box until you scroll over it. I have compared other gravity forms form the backend and I can not tell what I am doing wrong. Here is the form site: http://essentialhealingsolutions.net/contact/

    Thank you for your help,

    Rachel

    Posted 13 years ago on Monday February 21, 2011 | Permalink
  2. It's inheriting a style from your theme. You can start by adding this to your theme stylesheet and then tweaking it to your preference.

    body .gform_wrapper .gform_footer input[type=submit] {background-color:red}

    screenshot: http://grab.by/94FY

    You can find out how to properly target form elements with CSS and manipulate them here.

    http://www.rocketgenius.com/gravity-forms-css-targeting-specific-elements/

    Posted 13 years ago on Monday February 21, 2011 | Permalink
  3. thank you!

    Posted 13 years ago on Monday February 21, 2011 | Permalink