1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. Hide the Triple Dots on the Activity Page

Hide the Triple Dots on the Activity Page

Introduction

By default, BuddyBoss does not provide an option to hide the triple dots (more options menu) on the Activity page. Using a simple CSS snippet, you can remove this menu to simplify the activity feed interface.

Custom Workaround

Follow the steps below to hide the triple dots on the Activity page:

  1. Go to BuddyBoss > Theme Options
  2. Under Custom Codes, enable CSS
  3. Append the following:
.bb-activity-more-options-wrap.action { 

    display: none !important; 

}
  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 activity actions like edit or delete?

A: Yes. Hiding the triple dots also hides the actions available within that menu.

Q: The triple dots are still visible after adding the CSS. What should I do?

A: Clear your site cache and browser cache. If the issue persists, submit a ticket to the support team for further assistance.

Q: Can I hide the triple dots only for specific users or roles?

A: Not with CSS alone. This would require custom development using PHP or JavaScript.

Q: Does this apply to mobile views as well?

A: Yes. This CSS snippet applies to all screen sizes, including mobile.

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.