Skip to main content
Benjamin_Ortiz1
Level 4
February 17, 2014
Risolto

Change button hover color - Forms 2.0

  • February 17, 2014
  • 16 risposte
  • 6982 visualizzazioni
Anyone know how to change the hover button color in Forms 2.0?
Questo argomento è stato chiuso alle risposte.
Migliore risposta di 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>

16 risposte

Hiram_Cruz
Level 2
June 26, 2014
It works !  Thanks Delinda ;) 
September 2, 2014
Delinda - Thanks for this!!!!
October 16, 2015

Worked!