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
- In your WordPress admin, go to BuddyBoss > Theme Options
- Under Custom Codes, toggle Enable CSS to On
- Paste the following CSS:
i.bb-topic-status.bb-super-sticky.super-sticky.unsticky {
display: none;
}- Click Save Changes
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