I looked at the site. I saw no green hover anything. but the autoplay music scared the $%*^ out of me so I hit close before I could check any further.
go on the site and go all the way to the bottom where the contact form is hover over that send message button you will see it! thx
you are using contact form 7. currently the hover state of your submit button is set to a specific color. add the following line to your custom css and change the hexadecimal color to whatever you want it to be.
.wpcf7 form input[type="submit"]:hover {
color: #8a8f6a; /*<---- change this color to whatever you want */
}
thank you
but what about for my woocommerce? thats only for contact form
http://ayejune.com/product/digital-dope-kit-vol-1/
add the kit to the cart same hover color how do i change that one? also
that doesnt seem to do the trick i added it to the custom css under theme options
the code i gave you above should have changed it. Did you change the number to a different color?
and if you want to change every hover state for links on your site change the color on this code:
a:hover {
color: #8a8f6a; /*<---- change this color to whatever you want */
}