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 get submit button hvoer to work

  1. Hi,

    I've searched the forum and can't get previous solutions to work for my site.

    My page is here: http://houseofgrays.com/poplash/contact/

    I'm trying to add this hover image to the submit button:
    http://houseofgrays.com/poplash/wp-content/uploads/2012/09/button-submit-hover.png

    Thanks in advance!

    Posted 12 years ago on Sunday September 30, 2012 | Permalink
  2. Try this instead of the CSS you are currently using:

    [css]
    .gform_wrapper .gform_footer input[type="image"]:hover {
      background: url('http://houseofgrays.com/poplash/wp-content/uploads/2012/09/button-submit-hover.png')!important;
    }
    Posted 12 years ago on Monday October 1, 2012 | Permalink
  3. That worked! Thanks, Chris Hajer!

    Posted 12 years ago on Tuesday October 9, 2012 | Permalink

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