Okay
  Public Ticket #2535743
Change Button Hover Color
Closed

Comments

  •  3
    Letter27 started the conversation

    Our client has asked for the color to change when someone hovers on a button. I have searched the documentation but I don't see how to make this change. Thanks!

  •  2,965
    Andrew replied

    Hi there,

    Use the following custom css:

    body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.large:hover {
        background: green !important;
    }
    

    Kind regards.