I found help on managing text that is shown for authenticator errors, but I also want to remove the error.svg (red exclamation point). Can anyone tell me how to do this/share CSS or javascript to do it?


I found help on managing text that is shown for authenticator errors, but I also want to remove the error.svg (red exclamation point). Can anyone tell me how to do this/share CSS or javascript to do it?
.Skin .ValidationError, .Skin .ValidationError.Warn {
background-image: none;
}
For anyone that might come across this, here is the full syntax I used.
<style type="text/css">.Skin .ValidationError, .Skin .ValidationError.Warn {
background-image: none !important;
}
</style>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.