1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. Hide Breadcrumbs on the Lesson Page

Hide Breadcrumbs on the Lesson Page

Introduction

Hiding breadcrumbs on the Lesson page in BuddyBoss is not available as a built in setting. If you want a cleaner Lesson layout without breadcrumb navigation links, you can use a simple CSS workaround to hide breadcrumbs specifically on LearnDash lesson pages.

Custom Workaround

  1. Go to BuddyBoss > Theme Options
  2. Under Custom Codes, enable CSS
  3. Add the following CSS code:
.ld-breadcrumbs,

a.course-entry-link {

    display: none !important;

}
  1. Save changes

Note: Any modifications made using custom CSS are considered custom work. Please review the BuddyBoss Support Policy for more details.

Troubleshooting and FAQs

Q: The breadcrumbs are still visible on my lesson pages. What should I check?

A: Make sure the CSS was added under BuddyBoss Theme Options and that CSS is enabled. Clear any site cache, plugin cache, or CDN cache and refresh the page.

Q: Will this affect breadcrumbs on courses or other pages?

A: No. This CSS specifically targets LearnDash lesson breadcrumbs and the course entry link shown on lesson pages.

Q: Can I hide breadcrumbs only for specific lessons?

A: This CSS applies to all lesson pages. Hiding breadcrumbs for individual lessons would require more advanced custom development.

Q: Who should I contact if I need further help?

A: You can submit a support ticket through your BuddyBoss account dashboard for additional assistance.

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.