1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. Hide Membership Level on the Reactions Pop Up

Hide Membership Level on the Reactions Pop Up

Introduction

BuddyBoss does not include a built-in setting to hide the membership level from appearing in the Reactions pop up. If you want to display reactions without showing a user’s membership level, you can apply a simple CSS workaround using the BuddyBoss Theme Options.

Custom Workaround

Follow the steps below to hide the membership level in the Reactions pop up:

  1. Go to BuddyBoss > Theme Options
  2. Under Custom Codes, enable CSS
  3. Add the following CSS code:
.activity-state_user__role {

    display: none !important;

}
  1. Click Save changes

This will remove the membership level label from the Reactions pop up while keeping the rest of the reaction details visible.

Any modifications are considered custom work. Learn more about our Support Policy here:
https://buddyboss.com/support-policy/

Troubleshooting and FAQs

Q: Will this remove membership levels from other areas of the site?

A: No. This CSS only affects the membership level displayed in the Reactions pop up.

Q: Will this affect user permissions or access rules?

A: No. This change is purely visual and does not alter membership rules, access control, or permissions.

Q: Can this be reverted later?

A: Yes. Simply remove the CSS snippet and save your changes.

Q: Will this work for all reaction types?

A: Yes. The membership level will be hidden across all reactions that use the same pop up layout.

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.