• Resolved Lunarossa

    (@lunarossa)


    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)
  • Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hello @lunarossa

    I can see you have a space between .pulsante-news and :hover

    It needs to be right next to each other like this:

    .pulsante-news:hover {

    Please give that a try and let me know how it goes.

    Thank you!
    -Tracy

    Thread Starter Lunarossa

    (@lunarossa)

    Hi!
    Thinking of bigger problems I did not notice the simplest thing, it works.
    Thanks Tracy

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Awesome!

    Glad I could help ??
    -Tracy

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hoverable button’ is closed to new replies.