Forum Discussion
In Rise, can you remove the lesson progression number and the percentage complete labels completely?
Is it possible to remove the lesson progression number and the percentage complete labels completely? I know you can customise the labels, but I would like to remove them completely.
Many thanks,
Silvia
- alphonsohendricCommunity Member
Exactly the question I wanted to ask. I'm configuring RISE to act as a conference program and this lesson % number is not required. In fact its in the way.
- StuartMarshall-Community Member
It could be easily hidden by editing the main.bundle.css file if you are happy going down that route. using something like:
.lesson-header__counter {
visibility: hidden;
}- SammiKosarCommunity Member
Hi Stuart.
I can't seem to get i to work. I'm dont code very much, so it's probably me :) Can you post a screenshot of where the code should be placed?
Kind regards,
Sammi Kosar
- TommyFisher-301Community Member
How do I get to the main.buncle.css file?
Hi there, Tommy. Stuart talks about that in his post here.
- SilviaVogelCommunity Member
Thank you Stuart, I will give it a go. Hope that helps you too Alphonso.
- SilviaVogelCommunity Member
Perhaps this could be added as a feature request for future Rise updates?
Absolutely! We always love to see more ideas on how we can improve Rise. You can share your ideas here in the ELH forums, or send them along to our Product team as a feature request.
- AllynciaWill915Community Member
Has this issue been fixed? How can you send your client a course with bad numbering issue? It's horrible. This message was 4yrs ago and there are no updates?
- GayleCinnamonCommunity Member
I'm still waiting for this functionality to be added too!
Hi Silvia,
You can modify the text surrounding the Lesson number and percentage complete similar to what I did in this Peek video.
Having the numbers or overall percentage removed completely would make a great Feature request!
- SilviaVogelCommunity Member
Thanks very much Ashley and Alyssa, I have now sent a feature request for this.
- ElizabethDon162Community Member
Anything about this one yet?
It would be excellent as we have blocks and other components which then 'mess up' the lesson numbering.
we end up moving onto a labeled diagram which shows as 2 when it's still part of lesson 1 etc.
Thanks!
Elizabeth
- StuartMarshall-Community Member
Hi Sammi,
You first need to export the content and then extract/unzip it. Once you have done that you need to edit the main.bundle.css file (which, in a SCORM export, is in the scormcontent/lib folder).
Somewhere within that file will be something that looks like:
.lesson-header__counter {
margin-bottom: 1.2rem;
line-height: 1.75;
font-size: 1rem;
font-family: merriweather, serif;
font-style: italic;
font-weight: 400
}You just need to replace everything between the brackets with
visibility: hidden;
You'd then need to rezip your content (if SCORM) to upload to your LMS.
- CarynStruttmanCommunity Member
Ah, thanks for the idea. The only issue I have is that the solution works if you are exporting the file. However, I'm sharing the link and using for a different purpose than a course. Any other ideas on how to remove the percentage if this isn't used as a course?
- StuartMarshall-Community Member
No - there would be no way to hide this if you are just sharing the link direct from Rise. You could export to HTML, make the changes and then host that HTML somewhere else (doesn't need to be on a LMS) but that would really be the only other option.