Introduction
In BuddyBoss with LearnDash, the Course Includes text appears by default in the course layout to highlight included content. If you prefer a cleaner or more minimal course design, you can hide the Course Includes text in LearnDash using a simple CSS customization.
Custom Workaround
Follow the steps below to hide the Course Includes text on LearnDash course pages.
- Go to BuddyBoss > Theme Options
- Under Custom Codes, enable CSS
- Append the following code:
.bb-course-volume h4 {
display: none;
}- Save changes
Troubleshooting and FAQs
Q: What exactly does this code hide
A: This code hides the Course Includes heading text only. The actual course content and functionality remain unchanged.
Q: Will this affect course lessons or progress tracking
A: No, this change is purely visual and does not impact LearnDash lessons, quizzes, or progress tracking.
Q: Does this apply to all courses
A: Yes, the CSS applies globally to all LearnDash courses using the default BuddyBoss course layout.
Q: The Course Includes text is still visible. What should I do
A: Double check that the CSS was added under BuddyBoss Theme Options and clear any site or browser cache. If the issue persists, submit a ticket to the support team for assistance.
Screenshots
Without Code:

With Code:
