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:
- Go to BuddyBoss > Theme Options
- Under Custom Codes, enable CSS
- Add the following CSS code:
.activity-state_user__role {
display: none !important;
}- Click Save changes
This will remove the membership level label from the Reactions pop up while keeping the rest of the reaction details visible.
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.