When using the Astra theme, there are two sets of next/previous navigation links at the bottom of the page. This is only an issue if you’re NOT using LearnDash Focus Mode.
The first set of next/previous lesson buttons are generated by LearnDash. These are the ones you should be using.
The second set of next/previous lesson links are generated by Astra. These are the ones we want to remove.
We can remove them by using the following CSS:
.single-sfwd-lessons .post-navigation {
display: none;
}