- This topic has 1 reply, 2 voices, and was last updated 6 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › Flex Theme button styles over-riding gravity forms. How to fix?
Tagged: gravity forms, submit button
Hi there!
On this site > LindaEastonCoaching.com (pw: lec123) I am using gravity forms in the sidebar on the contact page LindaEastonCoaching.com/contact.
However, the submit button for the contact form is being over-ridden by the theme styles. I’ve tried everything I can think of and can’t seem to get this resolved.
I thought I’d start here first for help. Thank you!
Kirsten
Hi Kirsten
I understand, you want to remove button hover movement for Gravity Form button. Add following code before “media queries”.
.gform_button:hover {
padding: 10px 16px !important;
}
Btw, site is looking really good. Awesome work.