Introduction
The Members Directory navigation in BuddyBoss displays tabs such as All Members, My Connections, and Following by default. BuddyBoss does not currently include a built-in setting to hide these navigation items. If you want a cleaner Members directory layout, you can hide this navigation using a simple CSS workaround in BuddyBoss.
Custom Workaround
- Go to BuddyBoss > Theme Options in your WordPress admin
- Under Custom Codes, enable CSS
- Add the following CSS:
ul.component-navigation.members-nav {
display: none;
}- Save your changes
Troubleshooting and FAQs
Q: The navigation is still visible after adding the CSS
A: Clear your site cache, browser cache, and any CDN cache. Also confirm that CSS is enabled in Theme Options before saving
Q: Will this remove the navigation for all users
A: Yes. This hides the Members directory navigation globally for all users
Q: Can I hide only one tab instead of all of them
A: Yes. You can target individual list items inside the navigation using more specific CSS selectors
Q: Does this affect member filtering or search
A: No. This only hides the navigation tabs. Member search and filtering will continue to work normally
Q: Who should I contact if I need further help
A: You can submit a support ticket through your BuddyBoss account dashboard for assistance