• Resolved jetxpert

    (@jetxpert)


    Anybody have a CSS code that will allow us to change the main button’s color on hover?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m having same issue .. Someone please help??

    Thread Starter jetxpert

    (@jetxpert)

    Hi @chimli,

    Problem solved. See below. First CSS controls the looks of the button, the second CSS changes the button color on hover. Feel free to test the CSSs provided to suit your needs.

    Let’s hope the developer will add another feature to his plugin to add a button color on hover option.

    Cheers!

    ____________________

    #wpfront-notification-bar a.wpfront-button {
    font-weight:600!important;
    margin-left:12px!important;
    padding: 8px 12px 8px 12px!important;
    font-size:15px!important;
    border-radius:4px!important;
    border:none!important;
    }

    #wpfront-notification-bar a.wpfront-button:hover {
    background:#278ec585!important;
    border:none!important;
    }

    Hi @jetxpert,

    You’re a life saver .. Works perfectly now.

    Thanks so much!

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