Hey guys. Simple answer I’m sure, but how do you change the hover color of the Gravity Forms submit button?
You can view it here – http://hazelwoodsoapcompany.com/ at the bottom
Hey David!
You can use this:
.main_color input[type='submit']:hover {
background: orange;
color: white !important;
}
Best regards,
Ismael
Worked like a charm Ismael,
Mark it as solved please.