1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. Hide Author and Date When Searching on the Activity Feed

Hide Author and Date When Searching on the Activity Feed

Introduction

BuddyBoss does not include a built-in option to hide the author and date when users search content on the Activity Feed. If you want a cleaner search results layout in BuddyBoss, you can use a simple CSS snippet to remove this metadata from search results.

Custom Workaround

  1. Go to BuddyBoss > Theme Options
  2. Under Custom Codes, enable CSS
  3. Add the following CSS:
body.bp-search div.entry-meta {

    display: none;

}
  1. Save changes

Note: Any CSS or function changes are considered custom work. Please review the BuddyBoss Support Policy for more details.

Troubleshooting and FAQs

Q: The author and date are still visible after adding the CSS. What should I do?

A: Clear your site cache, browser cache, and any CDN cache. Also confirm that the CSS was added under BuddyBoss Theme Options and that CSS is enabled.

Q: Will this hide the author and date outside of search results?

A: No. This CSS only applies when viewing Activity Feed search results.

Q: Can I hide other elements in Activity Feed search results as well?

A: Yes. You can target additional elements by identifying their CSS selectors using your browser’s inspector and applying similar display rules.

Q: Who can I contact if I need further help?

A: You can submit a support ticket through your BuddyBoss account dashboard for personalized assistance.

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.