[Resolved] How can i change the hover color of submit button?

Home Forums Support [Resolved] How can i change the hover color of submit button?

Home Forums Support How can i change the hover color of submit button?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #537437
    Daniel

    Hello

    I have installed 3rd party commenting plugin on my wordpress installation (wpDiscuz) the button color is the color i want but when i hover over it it’s not the same color that i have selected in Customizing>Colors>Buttons.

    I have also research on their forums and found this code but it doesn’t work.

    .wc_comm_submit:hover{
    	background-color:#000000!important;
    	color:#ffffff!important;
    }

    Can anyone help out? Thanks!

    #537440
    Daniel

    I have managed to fix it.

    #wpcomm input[type="submit"]:hover{
    border: 1px solid #00B38F !important;;
    background-color: #00B38F !important;;
    }
    #537533
    Tom
    Lead Developer
    Lead Developer

    Glad you got it working 🙂

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