1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. Hiding LearnDash Course Navigation

Hiding LearnDash Course Navigation

Introduction

By default, BuddyBoss does not provide an option to hide the LearnDash course navigation (Next and Previous lesson links). Using a simple CSS snippet, you can remove the course navigation links from LearnDash lessons to create a cleaner and more focused learning experience.

Custom Workaround

Follow the steps below to hide the LearnDash course navigation:

  1. Go to BuddyBoss > Theme Options
  2. Under Custom Codes, enable CSS
  3. Append the following:
.bb-lms-header .learndash_next_prev_link { 

    display: none !important; 

}
  1. Save changes.

Note: Any modifications are considered custom work already. Know more about our Support policy here: https://buddyboss.com/support-policy/

Troubleshooting and FAQs

Q: What does this CSS hide exactly?

A: It hides the Next and Previous lesson navigation links displayed in the LearnDash course header.

Q: Will this affect course progress or lesson completion?

A: No. This only removes the navigation links. Course progress tracking and completion logic remain unchanged.

Q: Does this apply to all courses and lessons?

A: Yes. This CSS applies globally to all LearnDash lessons using the BuddyBoss theme layout.

Q: The navigation is still visible after adding the CSS. What should I do?


A: Clear your site cache and browser cache. If it still appears, submit a ticket to the support team for assistance.

Q: Will this work on mobile devices as well?

A: Yes. The CSS applies to all screen sizes unless additional media queries are added.

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.