1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. Hide the Texts “Sub Forums” and “This Forum Category Has …”

Hide the Texts “Sub Forums” and “This Forum Category Has …”

Table of Content

Introduction

By default, BuddyBoss does not provide an option to hide the texts “Sub Forums” and “This forum category has …” on forum pages. Using a simple CSS snippet, you can remove these texts to make the forum layout cleaner and less cluttered.

Custom Workaround

Follow the steps below to hide these texts:

  1. Go to BuddyBoss > Theme Options
  2. Under Custom Codes, enable CSS
  3. Append the following:
.bp-feedback.info,

.bb-sub-forum-title  {

    display: none;

}
  1. Save changes.

Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://www.buddyboss.com/support-policy/

Troubleshooting and FAQs

Q: Will this remove the subforums themselves?

A: No. Only the headings/texts are hidden. The subforums will still be accessible.

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

A: Clear your site cache and browser cache. If the texts still appear, submit a ticket to the support team for assistance.


Q: Can I hide these texts for specific forums only?

A: Yes. You can target a specific forum by using its unique forum ID in the CSS selector, for example:

#forum-123 .bp-feedback.info, #forum-123 .bb-sub-forum-title { display: none; }

Q: Will this work on mobile devices?

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


Screenshots

Without 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 hidden when viewing the form
  • This field is for validation purposes and should be left unchanged.

To speak to our Agency consultant, fill in the form found at our Contact Page.

  • Get Started

    Enter your name and email address to get started with your project...

  • This field is for validation purposes and should be left unchanged.