Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Anton

    (@ahtolllka)

    Also – how translate error message like “Email already exists.”

    • This reply was modified 5 years, 1 month ago by Anton.
    Deepak Sharma

    (@sharmadpk03)

    Hi @ahtolllka,

    To hide the password hint, please add a line of CSS code into the additional CSS box of your theme. To add CSS navigate to Appearance > Customize > Additional CSS. Here is the code:

    .user-registration-password-hint {
        display: none;
    }

    This will do the trick. And regarding the translation, please follow this documentation to learn about translating the plugin: https://docs.wpeverest.com/docs/user-registration/translation/

    Let me know if you have other questions and I will get back to you.

    Regards!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How hide hints?’ is closed to new replies.