Change button hover color - Forms 2.0 | Community
Skip to main content
Benjamin_Ortiz1
New Participant
February 17, 2014
Solved

Change button hover color - Forms 2.0

  • February 17, 2014
  • 13 replies
  • 6890 views
Anyone know how to change the hover button color in Forms 2.0?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Delinda_Tinkey1
Putting this CSS in the form 2.0 editor worked for me:

<style type="text/css">

a.button a:hover{
     background: #f47920 !important;
}

button:hover {
    background:#f47920 !important;
}

</style>

13 replies

Hiram_Cruz
New Participant
February 21, 2014
Has not worked for me
February 21, 2014
Has this actually worked for anyone? I tried to no avail.
February 17, 2014
Just edit the form css. Using something similar to: 

a.button a:hover{
     background: #383;
}