Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #627590

    Ahoy –

    How do I change the contact form normal state and hover state color and font?

    #627785

    Hey mcraig77!

    Please add following code to Quick CSS

    .main_color input[type='submit']:hover {
        background: red!important;
        color: orange!important;
        border-color: blue!important;
    }
    .main_color input[type='submit'] {
        color: red!important;
        background: orange!important;
        border-color: green!important;
    }

    Cheers!
    Yigit

    #627941

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Contact Form Submit button color normal/ Hover’ is closed to new replies.