Hello -
We are working on enhancing our learner experience. During our User Acceptance Testing, the Next Lesson/Previous Lesson button in the Course Player was confusing for our users. Does anyone have the CSS to hide these buttons?
Thanks for your help!
Best,
Liz
Hi Liz
I made a test on my internal platform and the following CSS seems correctly working:
.dcb-course-lesson-header-previous-lesson,
.dcb-course-lesson-header-next-lesson {
display: none !important;
}
As always, please note that it’s not guaranteed to be the best possible CSS solution, nor is it guaranteed to reflect across all browsers and browser version.
Please let me know if this solves your issue.
Have a wonderful day!
Roberto