1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. Hide or Remove the Members List in a Group

Hide or Remove the Members List in a Group

Introduction

By default, BuddyBoss does not provide a built-in option to hide or remove the Members List inside a group. Using a simple CSS snippet, you can hide the Members tab entirely, helping you control visibility or simplify the group interface.

Custom Workaround

Follow the steps below to hide the Members List in groups:

  1. Go to BuddyBoss > Theme Options
  2. Under Custom Codes, enable CSS
  3. Append the following:
.groups li#members-groups-li { 

    display: none;

}
  1. Save changes.

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

Troubleshooting and FAQs

Q: Will this remove members from the group?

A: No. This only hides the Members tab from view. Group members remain unchanged.

Q: Does this hide the Members List for all groups?

A: Yes, by default. To target a specific group, you must use that group’s unique CSS class as a prefix.

Q: Will this affect logged-in users?

A: Yes. This CSS hides the Members List for all users, regardless of login status.

Q: The Members tab is still visible after adding the CSS. What should I do?

A: Clear your site and browser cache. If the issue persists, submit a support ticket for further assistance.

Q: Does this work on mobile devices?
A: Yes. The CSS applies across all screen sizes unless restricted with media queries.

Screenshots

Without Code:

With Code:

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.