Hello,
I was wondering how to edit the colors for the strength indicator? Any help would be greatly appreciated!
Thanks!
Hello,
I was wondering how to edit the colors for the strength indicator? Any help would be greatly appreciated!
Thanks!
Sorry for the delay in responding to this one. You can change the color for the password strength indicator by adding this to your theme's stylesheet:
[css]
body .gform_wrapper .gfield_password_strength.good {
background-color: green;
border-color: green;
color: white;
}
I would style all 3 elements: font color, background color and border color. You can choose whichever values work for you. It looks like these are the possible outcomes for the indicator:
If there are other possibilities, I imagine the class names will be similar to these, based on the message displayed when you enter your password. Let us know if you need additional assistance.