Hide Mark Complete Button

When using Focus Mode, our plugin allows you to hide all the buttons in the bottom bar (next/previous buttons, “back to course”, and mark complete). It also gives you a way to hide just the “back to course” link. But there isn’t an option to hide just the “mark complete” button.

But you can easily achieve this with the following custom CSS. Add this to Appearance > Customize > Additional CSS in the WordPress admin area to hide only the Mark Complete button, and leave all the remaining buttons.

body .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button,
body .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button {
    display: none;
}

Feedback / Suggestions

Lesson: Hide Mark Complete Button

If you have any questions, feedback or suggestions about this lesson, please let us know in the box below.