Hi there
I am trying to change the buttons hover color. Tried changing the css, but no matter what I change in the css, the default hover color (blue) persists.
Can you, please, instruct me how to do that?
Regards,
Nelson
Hi,
Sorry for the late reply.
Have you tried with "!important"?
.my-btn:hover {
background-color: #red !imortant;
}