Is there a way to change the color of the submit button when hovered, like the submit button at the bottom of this form?
Please advise for contact form and MailChimp widget on my homepage at http://www.matt-morse.com/homepage.
Thank you!
Hi mattmorse!
Please add following code to Quick CSS
.alternate_color input[type='submit']:hover { background-color: orange; }
.mc4wp-form input[type="submit"]:hover { background-color: red !important; }
Best regards,
Yigit
Great! Thanks.
Do you have any way to edit the .mc4wp-form font to Marcellus SC?
Hey!
Please add following code to Quick CSS as well
.mc4wp-form { font-family: 'Marcellus SC', serif !important; }
Cheers!
Yigit
This didn’t change anything. See footer widget 3 on matt-morse.com/homepage.
Hey!
Replace the previous code with this one
.mc4wp-form input[type="text"], .mc4wp-form input[type="submit"] { font-family: 'Marcellus SC', serif !important; }
Best regards,
Yigit
Still no changes.
Hi!
It does work fine on my end http://i.imgur.com/4NrwnFc.jpg
Only mail section is left out, following code will change it too
.mc4wp-form input[type="email"] { font-family: 'Marcellus SC', serif !important; }
Cheers!
Yigit