Changing button hover color
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
Replies (1)
Hi,
Sorry for the late reply.
Have you tried with "!important"?
.my-btn:hover {
background-color: #red !imortant;
} If you need further help please provide us your template name and code so we can check it further.
Regards,
Sean