Hoverable button
-
Hi!
I am testing your plugin in local before using it in my site.
I am having troubles in changing the color of the button hover state. I tried to add the keyword !important on my custom css but the color of the submit button when the mouse is hover does not change. Here is the code that i used whit my classes:.pulsante-news {
background-color: #B0C0AC; /*this code works well*/
color: #F9FBFC;
border: none;
}.pulsante-news :hover {
background-color: #73687A !important; /*this one does not work*/
color: #F9FBFC;
border: none;
}I tried also whith your classes nothing to do.
Have you some suggestion?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Hoverable button’ is closed to new replies.