Home › Forums › Support › Widget Support › Other Widgets › Password Protect Button hover color › Reply To: Password Protect Button hover color
#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,
- This reply was modified 5 years, 5 months ago by
responsive-muse.
- This reply was modified 5 years, 5 months ago by
responsive-muse.