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

Change button hover color - Forms 2.0

  • February 17, 2014
  • 13 replies
  • 6906 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
Level 2
June 26, 2014
It works !  Thanks Delinda ;) 
September 2, 2014
Delinda - Thanks for this!!!!
October 16, 2015

Worked!