Home Forums Support Widget Support Other Widgets Password Protect Button hover color Reply To: Password Protect Button hover color

responsive-muse
Keymaster
Post count: 287
#29674 |

You can change the hover color by adding this code in Page -> Page Properties -> Metadata -> HTML for < Head >

<style>
.formLogin input[type="submit"]:hover, .formLogin input[type="button"]:hover {
    background: #CECECE!important;
}
</style>

You should change #CECECE for the color hex code that you want.

Kind regards,