Tagged: CONTACT FORM, facebook, gravity forms, submit button
I have set-up a Gravity Forms and there seems to be an issue with the theme when hovering over the submit button. It’ displaying a partial image of a facebook connect button. See screen shot here: http://imgur.com/LZLpVQv
Is this a known bug in the theme?
Hi SandsCostner,
Not that I have ever seen. The theme actually has built in support for Gravity Forms so it should have the inherited styles from the themes stylesheet.
If we can look at that page/form on your site live we’ll be able to inspect the code and see whats going on.
Regards,
Devin
This is the page in question: http://new.mintakafinancial.com/contact
Hi,
Just add this on your custom.css or Quick CSS
.button.gform_button:hover {
background: none;
}
Regards,
Ismael
Thank you.