Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1297393

    How do I change the background and font color of “submit” button in the contact form including the hover state? FYI this form is in a footer widget.

    Here is the CSS I was using:

    .custom_html-2 input.button [type=’submit’] {
    width:50%!important;
    background-color: #003a71!important;
    color: white;
    }
    .custom_html-2 input.button[type=’submit’]:hover {
    width:50%!important;
    background-color: #00a9d8;!important;
    color: white;
    }

    #1297767

    Hey Snerp,

    Thanks for the login details. I can’t see a contact form in any of the footer widgets, which element are you referring to?

    Best regards,
    Rikard

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