Hi there! Please let me know the Quick CSS codes to change the mouseover colour of Contact Form’s Submit Button.
Thanks!
Hi richeangelus!
Please try the following in Quick CSS under Enfold–>General Styling:
input[type='submit']:hover {
background-color: red !important;
border-color: red !important;
}
Cheers!
Rikard
Hi,
I tried the code but it doesn’t work. I want to change the mouseover color of the form’s submit button to “#ffdd00” and what I wrote is:
input[type=’submit’]:hover {
background-color: #ffdd00 !important;
border-color: #ffdd00 !important;
}
Did I do anything wrong?
Regards,
Christine
Hi,
Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.
Best regards,
Jordan Shannon