Forum Discussion
CeliaRistow-5e2
2 years agoCommunity Member
Removing progress indicators in Rise
I would like to remove all progress indicators from a course (progress indicator under title banner, and progress bar/icon from menu) and wondered if anyone could help.
Since removal/hiding of pr...
PhilFoss
2 years agoCommunity Member
This will do the trick to hide all progress icons (on cover page and in menu), and you can add this to the index.html file inside the existing style tag like so-
.lesson-progress.lesson-progress--sidebar,
.lesson-progress.lesson-progress--cover,
.nav-sidebar-header__progress-text{
display: none;
}
/* edited to include hiding 'progress text'