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
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;
}
- SammiKosar8 years agoCommunity 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-3016 years agoCommunity Member
How do I get to the main.buncle.css file?
- Crystal-Horn6 years agoStaff
Hi there, Tommy. Stuart talks about that in his post here.