• Resolved fcres004

    (@fcres004)


    I would like to remove the “Next” and “Previous” navigation buttons from my lessons, since the “Mark as Done” and these buttons seems like an overkill.

    I have tried using the LifterLms Labs – Action Manager functionality, but it is not working. Please advise

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @fcres004,

    You should be able to remove these form the lessons themselves either by removing the Gutenberg Block or the shortcode in the Classic Editor.

    However, we also have this code that can remove the navigation blocks: https://gist.github.com/thomasplevy/de94be74ca3281268710ad6907e11ca2

    If you prefer CSS you can use this as well:

    nav.llms-course-navigation {
        display: none;
    }

    I hope this helps!

    Thanks and take care,

    Since I haven’t heard back from you in a week I’m going to mark this thread as resolved. Don’t worry, if you have more questions or still need help just hit reply and let me know!

    Have a great day!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Removing Lesson Navigation Buttons’ is closed to new replies.