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...
MelissaKallis
2 years agoCommunity Member
The following code currently works for me and will remove/hide all progress icons/circles and bars/meters from the side menu AND the cover page. (Barbara's code only removes the side menu icons and progress meters.)
.organic .nav-sidebar-header__progress-text {
display: none;
}
.organic .nav-sidebar-header__progress-track {
display: none;
}
.organic .progress-circle.progress-circle {
display: none;
}
Hope this helps!