Forum Discussion
In Rise, can you remove the lesson progression number and the percentage complete labels completely?
Thanks for the detailed info, Stuart - This process worked to remove the "Lesson # of #" text that appears above each group of blocks/lesson.
However, I'm also seeing a numbering system (lesson #) when I scroll up and down in the course at the top/bottom of each 'Section' (as entered in the Rise course development page). Does anyone have a solution for removing that as well?
I've attached a screen image - I'm referring to the top number with the red arrow, i.e. the "Lesson 2" in front of the 1. GCP - Highlights and Key Changes.
I know this is an old thread but I had the same problem and came up with a solution if you still need one:
In a text editor, open main.bundle.js.
Edit main.bundle.js
Set o=t.nextNumber
to o=""
Set i=n.previousNumber
to i=""
Save the file. Done.