SOLVED

Re: Change button hover color - Forms 2.0

Go to solution
Benjamin_Ortiz1
Level 4

Change button hover color - Forms 2.0

Anyone know how to change the hover button color in Forms 2.0?
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Delinda_Tinkey1
Level 5

Re: Change button hover color - Forms 2.0

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>

View solution in original post

16 REPLIES 16
Anonymous
Not applicable

Re: Change button hover color - Forms 2.0

Just edit the form css. Using something similar to: 

a.button a:hover{
     background: #383;
}
Anonymous
Not applicable

Re: Change button hover color - Forms 2.0

Has this actually worked for anyone? I tried to no avail.
Hiram_Cruz
Level 2

Re: Change button hover color - Forms 2.0

Has not worked for me
Benjamin_Ortiz1
Level 4

Re: Change button hover color - Forms 2.0

No luck here
Anonymous
Not applicable

Re: Change button hover color - Forms 2.0

Has anyone had any luck with this?
Hiram_Cruz
Level 2

Re: Change button hover color - Forms 2.0

still no luck  : / 
Anonymous
Not applicable

Re: Change button hover color - Forms 2.0

Looking at the source code, the hover color is controlled via an inline style in the form itself. If you set the hover color in the CSS, it's just going to over-ride it with the inline style.
Anonymous
Not applicable

Re: Change button hover color - Forms 2.0

Anyone figure this out? 
Hiram_Cruz
Level 2

Re: Change button hover color - Forms 2.0

Still haven't figured this out....