Removing Hover Style on Submit Button
-
I am unable to get rid of the original light blue hover style on the submit button. I have the non-hover state set to the color I want in the CSS below, but I don’t see how to get rid of the existing hover after looking at all the button CSS.
.btn-primary {
color: #fff;
background-color: #001669;
border-color: #001669;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Removing Hover Style on Submit Button’ is closed to new replies.