On my new suit website for a client none of the Gravity forms show the arrow cursor changing to hand on mouseover over submit button.
The form does still submit.
Any ideas? Thanks.
On my new suit website for a client none of the Gravity forms show the arrow cursor changing to hand on mouseover over submit button.
The form does still submit.
Any ideas? Thanks.
What is the URL of the page on the site where we can see your form?
Which page is the form on? I didn’t see one on the home page, unless I missed it. Which link should I follow to see the form you’re asking about?
The forms are here:
Janice
You can add this CSS to your theme stylesheet or the Appearance Customizer (Appearance > Customize > Additional CSS):
body .gform_footer .gform_button {
cursor: pointer!important;
}
Dear Chris,
Thanks. That does it. Strange, I have never had that issue before.
Janice
It looks like there is some conflicting CSS coming from your theme or a plugin, but I’m glad that resolved it for you.