Introduction
Hiding the Following section on a user profile is not available as a built in option in BuddyBoss. If you want to remove the Following count or section from the profile header for a cleaner layout, you can hide Following using a simple CSS workaround in BuddyBoss.
Custom Workaround
Follow the steps below to hide the Following section on the profile page.
- Go to BuddyBoss > Theme Options
- Under Custom Codes, enable CSS
- Add the following CSS code:
.single-headers .following-wrap {
display: none;
}- Click Save changes
Troubleshooting and FAQs
Q: The Following section is still visible after adding the CSS. What should I do?
A: Clear your site cache, browser cache, and any CDN cache. Also make sure the CSS was added under BuddyBoss Theme Options and that CSS is enabled.
Q: Will this remove the Following feature completely?
A: No. This only hides the Following section visually on the profile page. The feature will still function in the background.
Q: Does this affect other areas like member directories or activity feeds?
A: No. This CSS only targets the Following display in the profile header.
Q: Can this be reverted easily?
A: Yes. Simply remove the CSS snippet and save your changes.
Screenshots
Without code:

With code:
