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
- Go to BuddyBoss > Theme Options
- Under Custom Codes, enable CSS
- Add the following CSS code:
.ld-breadcrumbs,
a.course-entry-link {
display: none !important;
}- Save changes
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.