1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. Hide the Joined Date in Members Directory

Hide the Joined Date in Members Directory

Introduction

By default, BuddyBoss does not provide an option to hide the Joined Date (Last Activity) in the Members Directory. If you prefer a cleaner members list without the date information, you can achieve this using a simple CSS snippet.

Custom Workaround

Follow the steps below to hide the Joined Date in the Members Directory:

  1. Go to BuddyBoss > Theme Options
  2. Under Custom Codes, enable CSS
  3. Append the following:
p.item-meta.last-activity { 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: Will this remove the date permanently from the database?

A: No. This only hides the Joined Date visually. The data still exists in the database.

Q: Does this affect other parts of the site, like profiles?

A: No. This CSS only targets the Joined Date in the Members Directory. Other areas remain unchanged.

Q: The Joined Date is still visible after applying the code. What should I do?

A: Clear your site cache and browser cache. Make sure the CSS is correctly appended in Theme Options.

Q: Can I hide the Last Activity for logged-out users only?

A: If you need this functionality, you will need a slightly different CSS snippet or a custom function. If the code is not working, submit a ticket to the 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.