Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #445250

    Hi there! Please let me know the Quick CSS codes to change the mouseover colour of Contact Form’s Submit Button.

    Thanks!

    #445702

    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

    #1072730

    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

    #1072750

    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

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