Archived topic
How can i change the hover color of submit button?
2 replies · Started by Daniel on March 31, 2018
Viewing posts 1–3 of 3
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!
I have managed to fix it.
#wpcomm input[type="submit"]:hover{
border: 1px solid #00B38F !important;;
background-color: #00B38F !important;;
}
Glad you got it working :)
This archived topic is closed to new replies.