Home › Forums › Support › Widget Support › Other Widgets › Password Protect Button hover color
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
Anonymous
December 11, 2017 at 11:14 amPost count: 14#29672 |How can I change the hover color of the button?
I cannot do it in widget options.#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.
- This reply was modified 5 years, 5 months ago by
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.