1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. Hide the Password Strength Verification or Notification in the Registration Page

Hide the Password Strength Verification or Notification in the Registration Page

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:

  1. Go to BuddyBoss > Theme Options
  2. Under Custom Codes, enable CSS
  3. Append the following:
body.registration div#pass-strength-result { display: none; }
  1. Save changes.

Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://buddyboss.com/support-policy/

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:

image

With Code:

image

Was this article helpful?

Related Articles

Subscribe to Our Newsletter

Stay In Touch

Subscribe to our Newsletter, and we’ll send you the latest news from BuddyBoss

This field is for validation purposes and should be left unchanged.
This field is hidden when viewing the form

To speak to our Agency consultant, fill in the form found at our Contact Page.