Comments 3Letter27 started the conversationSeptember 10, 2020 at 11:49pmOur 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,965Andrew repliedSeptember 11, 2020 at 6:37amHi there,Use the following custom css: body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.large:hover { background: green !important; } Kind regards. Sign in to reply ...
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!
Hi there,
Use the following custom css:
Kind regards.