How do I hide the student progress panel from instructors?

Modified on Thu, 3 Jun, 2021 at 8:51 AM

This panel automatically appears at the top of every course page for all instructors viewing content via LTI.
Screenshot of an area of a page of content that says "Make a selection to view student answers." and a dropdown menu for selecting a student.


If the panel should not appear, add a custom style to the theme CSS to hide it. Only an Administrator or Graphic Designer can modify the CSS.

  1. Click the Settings option on the navigation bar and select Themes from the dropdown.

  2. Find the theme to edit and select Edit Properties.


  3. Scroll down to the Custom CSS: field and add the following code:
    .panel-student-progress.with-switcher { display: none; }

  4. Click the Save button to save the changes to the Custom CSS: field.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article