Rise: how to hide progress

Aug 18, 2020

Hi,
I managed to hide the progress bar and progress mark icons in the lessons.

It is relatively simple, but it requires attention. Rise does not have this functionality. So, this is a "clandestine" solution.

I inserted a CSS hack into the index.html <head>:
<style type = "text / css">
.brand - fill {display: none;}
.brand - stroke {display: none;}
.progress-bar {display: none;}
.lesson-link__progress {display: none;}
.overview-list-item__pie {display: none;}
</style>

I ran some tests and didn't find any problems. I can't say that there are no problems, I'm just saying that I didn't identify them.
Eventually, something can go wrong.

It is necessary to pay attention. If you update your content and re-export the package, you need to re-enter the CSS hack.

1 Reply

This discussion is closed. You can start a new discussion or contact Articulate Support.