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.

help on "hover" over radio button choice

  1. Trying to find out how to do this; i have a a form on this page: http://sarisaheli2.wpengine.com/shops-near-you/

    What i am trying to do is make it so when you choose to search by "state" and the choices come up; I want the states listed to change color as you hover over them; or the background change as you hover. Just something change as you hover over. Is this doable and if so how would I go about doing it? Thanks so much, Gerard

    Posted 11 years ago on Monday April 1, 2013 | Permalink
  2. Add this CSS to your theme's stylesheet:

    [css]
    body .gform_wrapper ul li ul li label:hover {
        color: #00FFFF;
    }

    You can change #00FFFF to any color you want. Here is a screenshot when I hovered over California http://minus.com/lP5A9zyJPZi09

    Posted 11 years ago on Monday April 1, 2013 | Permalink
  3. thanks that worked!

    Posted 11 years ago on Monday April 1, 2013 | Permalink
  4. You're welcome.

    Posted 11 years ago on Tuesday April 2, 2013 | Permalink

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