On my wordpress site, http://lightthewhitehouseblue.org , towards the bottom, I am using GF for a petition site.
I would like the cursor to change into the "hand" when rolling over the submit button. How do I do this?
On my wordpress site, http://lightthewhitehouseblue.org , towards the bottom, I am using GF for a petition site.
I would like the cursor to change into the "hand" when rolling over the submit button. How do I do this?
By default it should already do this but something in your theme is telling it not to. Add the CSS below to your themes stylesheet. This will force the cursor type for that element.
.gform_wrapper .gform_footer input.button {cursor: pointer!important;}
Great! That worked. FYI This has been an issue whenever I use GF with ithemes.com Builder.
Thanks Darryl, we'll talk to the iThemes guys about this.