Home Forums Support Widget Support Other Widgets Password Protect Button hover color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29672
    Anonymous
    Inactive

    How can I change the hover color of the button?
    I cannot do it in widget options.

    #29674
    responsive-muse
    Keymaster

    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,

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Scroll to Top