1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. Hide the Group Type and Privacy in the Groups Directory for Logged out Users

Hide the Group Type and Privacy in the Groups Directory for Logged out Users

Introduction

By default, BuddyBoss does not include a built in option to hide the Group Type and Group Privacy labels in the Groups Directory for logged out users. If you want to simplify the public facing groups list or limit visible group details for visitors who are not logged in, you can apply a custom CSS workaround.

Custom Workaround

Follow the steps below to hide the group type and privacy labels for logged out users only.

  1. Go to BuddyBoss > Theme Options
  2. Under Custom Codes, enable CSS
  3. Append the following:
body:not(.logged-in) .buddypress-wrap .groups-list li span.group-type,

body:not(.logged-in) .buddypress-wrap .item-list.groups-list span.group-visibility {

    display: none;

}
  1. Save changes.

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: Who will be affected by this change?

A: Only logged out users. Logged in members will still see the group type and privacy labels.

Q: Does this affect group privacy settings or access rules?

A: No. This change is purely visual and does not modify group privacy behavior or permissions.

Q: Will this work with both public and private groups?

A: Yes. The CSS hides the labels regardless of the group’s privacy type, but only for logged out users.

Q: The labels are still visible after adding the code. What should I do?


A: Try clearing your site cache and browser cache. If the issue persists, submit a ticket to the BuddyBoss support team for assistance.

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.