By default, the platform does not have this option. You can use the following CSS code.
Please follow the steps below:
1. Go to BuddyBoss > Theme Options
2. Under Custom Codes, enable CSS
3. Append the following:
#activity-groups-li.bp-groups-tab, #members-groups-li.bp-groups-tab, #photos-groups-li.bp-groups-tab, #albums-groups-li.bp-groups-tab, #documents-groups-li.bp-groups-tab, #nav-forum-groups-li.bp-groups-tab, #invite-groups-li.bp-groups-tab, #group-messages-groups-li.bp-groups-tab, #admin-groups-li.bp-groups-tab, #videos-groups-li.bp-groups-tab { display: none !important; }
Edit remove the line that you don’t want to be hidden. Always make sure the last class will have { instead of comma
4. Save changes.
Screenshots
Without code

With code
