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 image with hover

  1. How can you add a hover effect when using an image as the submit button?

    Posted 11 years ago on Friday June 1, 2012 | Permalink
  2. Check out the example at the bottom of this page:

    http://www.gravityhelp.com/documentation/page/Gform_submit_button

    Posted 11 years ago on Sunday June 3, 2012 | Permalink
  3. Perfect! Thanks Rob.

    Posted 11 years ago on Sunday June 3, 2012 | Permalink
  4. I'm having the other problem...my "submit" button is hidden until you hover over it? Any ideas on how to get it to show up without hovering over?

    Thanks
    Carla :)

    Posted 11 years ago on Monday June 4, 2012 | Permalink
  5. Carla, can you post a link to your form.

    Posted 11 years ago on Monday June 4, 2012 | Permalink
  6. direct link is here

    http://www.palmbeachparties.org/contact-2/

    thank you!

    Posted 11 years ago on Wednesday June 6, 2012 | Permalink
  7. Hey Carla, it's due to this: Screenshot

    A quick fix would be to drop this into your theme's stylesheet:

    [css]
    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
    background: #F7F7F7;
    border: 1px solid #E6E6E6 !important;
    padding: 5px;
    color: #FB0D88;
    }
    Posted 11 years ago on Wednesday June 6, 2012 | Permalink
  8. worked perfectly!

    Thanks a bunch!

    :)

    Posted 11 years ago on Thursday June 7, 2012 | Permalink
  9. No problem, glad to help!

    Posted 11 years ago on Thursday June 7, 2012 | Permalink

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