Forum Discussion
JohnToh-9a95b93
8 years agoCommunity Member
Disable/hide the completion status in Rise
hi, i am using Rise as a performance support portal for FAQs, videos, announcements etc? therefore i do not need the completion status displayed.
Is there a way to turn it off? thanks
JT
SwardaPadwal-24
2 years agoCommunity Member
You need to export/publish a web version of your course.
Open the Index file (css) in a text or code editor.
Then, add the following scripts into the body -- style tags.
Here's the script for removing the progress bar and the completion text:
.organic .nav-sidebar-header__progress-text {
display: none;
}
.organic .nav-sidebar-header__progress-track {
display: none;
}
Here's the script for removing the pie-like lesson progress icons:
.organic .progress-circle__track {
display: none;
}
If you tweak your content and republish a web version, you must add the code scripts to the index (css) file again.
Regards
Swarda Padwal Pophale