Hide progress indicators

Sometimes our lesson is not being used as a true lesson where progress needs to be tracked. This Theme Component will hide the progress circles and percentage indicator in the left navigation bar, as well as the cover page.

Rise custom theme
.lesson-progress.lesson-progress--sidebar,
.lesson-progress.lesson-progress--cover
{
  display: none;
}

.nav-sidebar-header__progress,
.nav-sidebar-header__progress-text {
    visibility:hidden; 
}

.classic .nav-sidebar-header__progress-track {margin-top:1rem}

Getting started with theme components? Download the blank theme component css file.
Watch: installing a theme component.


Posted

in

Tags: