Introduction
By default, BuddyBoss does not provide an option to hide the password strength verification or notification shown on the registration page. Using a simple CSS snippet, you can remove the password strength indicator to create a cleaner registration experience for users.
Custom Workaround
Follow the steps below to hide the password strength verification on the registration page:
- Go to BuddyBoss > Theme Options
- Under Custom Codes, enable CSS
- Append the following:
body.registration div#pass-strength-result { display: none; }- Save changes.
Troubleshooting and FAQs
Q: Does this remove password validation requirements?
A: No. This only hides the visual password strength notification. Password rules and validation are still enforced by WordPress.
Q: The password strength message is still visible after adding the CSS. What should I do?
A: Clear your site cache and browser cache. If it still appears, submit a ticket to the support team for assistance.
Q: Will this affect logged-in users or other forms?
A: No. This CSS only applies to the registration page.
Q: Can this be reverted easily?
A: Yes. Simply remove the CSS snippet and save changes to restore the password strength indicator.
Q: Will this work on mobile devices?
A: Yes. The snippet applies to all screen sizes unless overridden by other custom CSS.
Screenshots
Without Code:

With Code:
