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.

Can't see "submit" in submit button [resolved]

  1. royalston
    Member

    Hello,

    I am using the default submit button with a new form. Unfortunately, the submit button looks like a gray box. What do I need to do, to make it look more like a submit button. My URL is:

    http://mountpalomarbiblecamp.org/?page_id=74

    Thanks,
    Roy

    Posted 13 years ago on Sunday January 2, 2011 | Permalink
  2. It's because the button is inheriting style properties from your theme. There is currently dark text on a dark background. If you want to target the button with and apply new rules, this is how you would do it.

    body .gform_wrapper .gform_footer input[type=submit] {color:#fff}

    You can apply any properties you want to the button from there to make it look however you want.

    Posted 13 years ago on Sunday January 2, 2011 | Permalink
  3. royalston
    Member

    Thanks, Kevin! Great support!

    Roy

    Posted 13 years ago on Sunday January 2, 2011 | Permalink

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