Forum Discussion
JenSkjerven
7 years agoCommunity Member
Change wording of 'Your Course is Loading"
Is there a way to change the wording of "Your course is loading. Hang Tight."
PhilFoss
3 months agoCommunity Member
You can use this CSS to replace the loader text, especially helpful if you need to change this for language/localization. It's inside a div called "curtain text." I've noticed some Rise courses load painfully slow, so this could be an opportunity to greet your learners with a branded message. Here's mine:
.curtain__text {font-size:0}
.curtain__text::before {
font-size:18px;
content:"Design More Themes";
}
Related Content
- 3 months ago
- 10 months ago
- 10 months ago