1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. How to Remove the Title on the Activity Page

How to Remove the Title on the Activity Page

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.

  1. Go to BuddyBoss > Theme Options in your WordPress admin dashboard
  2. Open the Custom Codes section
  3. Enable CSS
  4. Add the following CSS code:
body.directory.activity .entry-header {

    display: none;

}
  1. Click Save Changes

Note: Modifications are typically considered custom work, but we are making an exception in this case. Please review the BuddyBoss Support Policy.

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.

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.