BuddyBoss: Course Info Sidebar Customizations

Updated 2 years ago
by Dave Warfel
The BuddyBoss course page sidebar

Remove Member Count/Avatars

.bb-single-course-sidebar .bb-course-member-wrap {
	display: none;
}

Remove Course Status

.bb-course-preview-content .bb-course-status-wrap {
	display: none;
}

Remove “Course Includes” Info

This will remove ALL “course includes” info.

.bb-course-preview-content .bb-course-volume {
	display: none;
}

It is possible to remove individual lines within the “course includes” section, but it will depend on how many lines you have displayed. If you don’t use topics, there will not be a line for topics. Same thing if you aren’t offering a certificate for the course.

Look at how many lines you have, and use the following code to remove the lines you want to remove. Change the number inside nth-child() to correspond to the line you want to remove.

.bb-course-preview-content .bb-course-volume li:nth-child(1) {
	display: none;
}

All CSS code should either be placed in a child theme’s main CSS file (typically style.css), or the Additional CSS area of the WordPress Customizer.

How to Add CSS to Your Site

Forum Rules

Be Kind & Patient

We’re here to learn and/or help each other. Please don’t be mean, rude, or condescending. Treat all members the way you should be treating dogs and your elders—with the utmost love & respect.

External Links

✅ Other websites that add value, help solve problems & contribute to the discussion. ❌ Affiliate links are prohibited. (Site owners may use affiliate links to help support the site.)

Promotion

✅ You may promote your own products/services if they are relevant to an existing discussion. You must disclose your relationship with the product(s).
❌ You may not create new posts simply to promote your products.

Non-LearnDash Topics

❌ General (free) Forum: Only LearnDash-specific topics are allowed.
✅ Premium Forums: You are allowed to post other questions tangentially related to LearnDash. Please use the appropriately named forum. If it doesn’t exist, use the “LearnDash Integrations” forum.

Our Right to Remove

We reserve the right to remove any content, at any time, for any reason. We can also merge one post with another. We will exercise caution when removing content and always try to provide an explanation.