Introduction
BuddyBoss displays a page title at the top of the Activity directory by default. You can hide this title using a small CSS snippet, creating a cleaner and more focused Activity page layout. This guide explains how to remove the title on the Activity page.
Custom Workaround
Before proceeding, make sure you have a complete site backup.
- Go to BuddyBoss > Theme Options in your WordPress admin dashboard
- Open the Custom Codes section
- Enable CSS
- Add the following CSS code:
body.directory.activity .entry-header {
display: none;
}- Click Save Changes
Troubleshooting and FAQs
Q: The title is still visible after adding the CSS.
A: Clear your browser and site cache, then refresh the page.
Q: Will this affect other pages?
A: No. This CSS only applies to the Activity directory page.
Q: Can I show the title again later?
A: Yes. Remove the CSS snippet and save your changes.