Forum Discussion
SilviaVogel
8 years agoCommunity Member
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, ...
StuartMarshall-
8 years agoCommunity 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.