Forum Discussion
MartinDuthie-ad
8 years agoCommunity Member
Remove Progress\Completion bar
Is it possible to remove the progress and completion bar on the menu?
I am using RISE as a reference training manual, with the aim for experienced members of the our engineering team to quickly ac...
SwardaPadwal-24
3 years agoCommunity Member
The codes didn't work because the element name was changed.
I only replaced the element name and it has worked. You need to add these 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;
}
Regards
Swarda Padwal Pophale
Sr. ID
Conscience IT Pvt Ltd
Related Content
- 3 months ago