Viewing 1 replies (of 1 total)
  • Plugin Author Danny Santoro

    (@danielsantoro)

    Automattic Happiness Engineer

    Hi @lucac2cg ! There is – it’s not in the plugin but I can make a note for a future update.

    In the meantime, if you go to your site Customizer (or any place you can add CSS) and add the following, the password strength message will not display at all.

    .woocommerce-password-strength {
        display: none !important;
    }

    I tested it in the browser for your site (it looks great, by the way) and it seemed to do the trick, but let me know if it doesn’t work for you and we’ll get that sorted.

Viewing 1 replies (of 1 total)
  • The topic ‘Password Strength not changing’ is closed to new replies.