1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. Hide My Groups Navigation in the Groups Directory

Hide My Groups Navigation in the Groups Directory

Introduction

BuddyBoss does not provide a built-in option to hide the My Groups navigation in the Groups Directory. If you want to simplify the groups navigation and remove this option, you can apply a small CSS snippet as a custom workaround in BuddyBoss.

Custom Workaround

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

    display: none;

}
  1. Click Save Changes

Note: Any modifications are considered custom work. Please review our Support Policy for more details.

Troubleshooting and FAQs

Q: The My Groups tab is still visible. What should I check

A: Clear your site cache, any caching plugin cache, and CDN cache. Also confirm that the CSS was added under BuddyBoss Theme Options and that CSS is enabled before saving.

Q: Will this affect group access for users

A: No. This only hides the navigation tab. Users can still access their groups through other links or direct URLs.

Q: Can I hide other group navigation items as well

A: Yes. Each navigation item has its own CSS selector. You can target and hide them individually using similar CSS rules.

Q: Who can I contact for further assistance

A: You can submit a support ticket through your BuddyBoss account dashboard for personalized help.

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.