Forum Discussion

chapincritz's avatar
chapincritz
Community Member
6 days ago

Workarounds to Remove Progress Indicator

I need to use Rise as a reference index, people can hop in and out of any topic at any time. The progress indicator is confusing to folks who are accustomed to seeing the progress indicator in required courses. Past conversations about editing html.index are outdated. Anyone have a current workaround for this? 

5 Replies

  • chapincritz's avatar
    chapincritz
    Community Member

    Here's what worked for me: 

    <style>
      /* Hide top-left sidebar progress text, track, and container */
      .nav-sidebar-header__progress,
      .nav-sidebar-header__progress-text,
      .nav-sidebar-header__progress-track,
      .organic .nav-sidebar-header__progress-text,
      .organic .nav-sidebar-header__progress-track {
        display: none !important;
      }
    
      /* Hide lesson progress pie circles across sidebar and cover page */
      .lesson-progress,
      .lesson-progress--sidebar,
      .lesson-progress--cover,
      .progress-circle {
        display: none !important;
      }
    </style>

     

    • PhilFoss's avatar
      PhilFoss
      Community Member

      Chap, be careful of your use of the .organic class. This only applies to courses using the Apex theme.

  • Hi chapincritz​

    Great to see that Phil has been helping you.

    I noticed that you've also connected with my teammate Alejandro, through a support case. As he shared, Rise does not currently support a built-in setting to disable the progress indicators. 

    Our team is exploring ways to enhance these course-level options, and I'd like to provide them with as much insight as possible. If you could control the progress behavior, what would you want people to see instead? Also, what would help make the overall Rise experience feel more like a reference resource and less like a course?