I've created a unique style for the Donate button on this website, but I'm struggling to remove the hover effect. Any suggestions on where to start?
Website URL:
This is my Custom Class CSS:
.donate {
background:#4A1383;
padding:0px 10px 0px 10px;
color: blue !important;
}
.donate a{
color: white !important;
}
.donate:hover{
background:#4A1383;
}