1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. How to Show All Sub-Forums in the Forum Directory

How to Show All Sub-Forums in the Forum Directory

Introduction

BuddyBoss hides some sub-forum details inside forum cards to keep the layout compact. You can display all sub-forums in the Forum Directory by adding a small CSS snippet in the theme options. This makes forum cards more informative and helps users see available sub-forums at a glance. This guide explains how to show all sub-forums in the Forum Directory forum cards.

Custom Workaround

Before proceeding, make sure you have a complete site backup.

  1. Go to BuddyBoss > Theme Options in your WordPress admin dashboard
  2. Open the Custom Codes section
  3. Enable CSS
  4. Add the following CSS code:
.forums-meta > span {

    display: inline-block !important;

}
  1. Click Save Changes

SCREENSHOTS:

Without CSS:

image
image

With CSS:

image
image

Note: Modifications are typically considered custom work, but we are making an exception in this case. Please review the BuddyBoss Support Policy.

Troubleshooting and FAQs

Q: The sub-forums are still not visible.
A: Clear your site and browser cache, then refresh the forum directory page.

Q: Will this affect individual forum pages?
A: No, this change only affects how forum cards display in the forum directory.

Q: Can I style the sub-forum text differently?
A: Yes, you can extend the CSS to adjust spacing, font size, or colors as needed.

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.