Forum Discussion

JenSkjerven's avatar
JenSkjerven
Community Member
7 years ago

Change wording of 'Your Course is Loading"

Is there a way to change the wording of "Your course is loading. Hang Tight."

18 Replies

    • KarlMuller's avatar
      KarlMuller
      Community Member

      Hi Stephen ,

      "Your Course is Loading" was changed quite  long time ago "Your content is loading".

      Or was that not your question?

  • PhilFoss's avatar
    PhilFoss
    Community 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";
    }