1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. Hide the ‘Courses’ Tab on the ‘Manage Group’ Page

Hide the ‘Courses’ Tab on the ‘Manage Group’ Page

Introduction

By default, BuddyBoss does not offer an option to hide the Courses tab on the Manage Group page. You can use a small CSS snippet to remove it, keeping your group management interface cleaner and tailored to your needs.

Custom Workaround

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

    display: none;

}
  1. Click Save changes

This CSS will hide the Courses tab specifically on the Manage Group page without affecting other pages.

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

Troubleshooting and FAQs

Q: Will this hide the Courses tab for all groups?

A: Yes. The CSS targets the Manage Group container, so it applies to all groups on the site.

Q: Can I hide other tabs the same way?

A: Yes. Inspect the tab’s li ID and replace #courses-groups-li in the CSS with the appropriate ID.

Q: Will this affect mobile view as well?

A: Yes. The CSS hides the tab regardless of screen size, so it will work on mobile, tablet, and desktop.

Q: Is this a permanent change?

A: No. This is a CSS-based customization. It only hides the tab visually. Users with direct links or access via plugins may still reach the content.

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.