Forum Discussion
RupertAbel-b0a3
4 years agoCommunity Member
I thought I would share a solution to removing the progress indicator on lessons in RISE
Hi, I thought I would share a way to remove the progress indicator on lessons in RISE. To date, I have not come across a single person, clients or otherwise who want it.
To be clear I am not meani...
BryanMendelson-
2 years agoCommunity Member
I found that adding the following did the trick for the text and progress bar:
.organic .nav-sidebar-header__progress-text {
display: none;
}
.organic .nav-sidebar-header__progress-track {
display: none;
}
See attached before/after screenshots.