1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. Hide the Categories Section Beneath the Post

Hide the Categories Section Beneath the Post

Introduction

By default, BuddyBoss displays the post categories beneath each blog post. There isn’t a built-in option to hide this, but you can remove the categories section using a simple CSS snippet. This is helpful if you want a cleaner post layout without category labels.

Custom Workaround

Follow the steps below to hide the Categories section beneath posts:

  1. Go to BuddyBoss > Theme Options
  2. Under Custom Codes, enable CSS
  3. Append the following code:
.single-post .post-meta-wrapper { 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 hide categories on all posts?

A: Yes, this snippet hides the categories section on all single blog posts.

Q: Can I hide the categories only on specific posts?

A: Yes, replace .single-post with a specific post ID class. Example:

.postid-123 .post-meta-wrapper { display: none; }

Q: The categories are still showing, what should I do?

A: Clear your site and browser cache. If the code is not working, submit a ticket to the support team for assistance.

Q: Will this affect other meta information like author or date?

A: No, this snippet only targets the categories section beneath the post.

Q: Can this be combined with hiding tags or other post meta?

A: Yes, you can target additional elements using similar CSS selectors.

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.