Hide Discussion Super Sticky

Introduction

BuddyBoss does not provide a built-in option to hide Super Sticky discussions in forums. Super Sticky topics remain pinned at the top of all discussion forums, even if attached to a different group. You can use a CSS snippet to hide these topics from view and maintain a cleaner forum appearance.

Custom Workaround

  1. In your WordPress admin, go to BuddyBoss > Theme Options
  2. Under Custom Codes, toggle Enable CSS to On
  3. Paste the following CSS:
i.bb-topic-status.bb-super-sticky.super-sticky.unsticky {

    display: none;

}
  1. Click Save Changes

Note: Any custom code is considered “custom work.” Please review our Support Policy for more details.

Troubleshooting and FAQs

Q: The Super Sticky topic is still visible, what should I check?

A: Clear your site cache, caching plugin, or CDN cache. Ensure the CSS was pasted exactly as shown and that Enable CSS was turned on before saving

Q: Will this hide other topic statuses?

A: No. This CSS specifically targets discussions pinned as Super Sticky

Q: Can I hide Super Sticky topics only on specific forum pages?

A: Yes. You would need to modify the CSS selector to target the specific forum container

Q: Who can I contact for further assistance?

A: Submit a support ticket through your BuddyBoss account dashboard for personalized help

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.