Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #233401

    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!

    #233498

    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

    #233596

    Great! Thanks.

    Do you have any way to edit the .mc4wp-form font to Marcellus SC?

    #233803

    Hey!

    Please add following code to Quick CSS as well

    .mc4wp-form { font-family: 'Marcellus SC', serif !important; }

    Cheers!
    Yigit

    #233882

    This didn’t change anything. See footer widget 3 on matt-morse.com/homepage.

    #233886

    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

    #233887

    Still no changes.

    #233889

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.