Who has a trick to hide this banner that loads at the top when publishing a rise course into docebo?
Also curious, can you bypass this page?
Thank you!
Who has a trick to hide this banner that loads at the top when publishing a rise course into docebo?
Also curious, can you bypass this page?
Thank you!
If you want more customization, I’d suggest building the course in Storyline so that you have full control over what is in the course.
I would like to bypass the DOCEBO course page so learners do not have to hit this landing page and hit “Start Learning Now” with a direct link from a custom content box
Thanks for the tips! I am very familiar with Storyline and do develop learning experiences in there too, along with several other places, but I am currently in a unique situation with several constraints. Thanks! :)
Also tried all the CSS related codes I could find in the community to hide it in the course player but none worked, guess I am stuck with it for now.
Hopefully someone has a CSS trick to get rid of it :)
I think this should work for hiding that title text.
.chapter-viewer__header h1 {
display: none;
}
But... why do you want to do this exactly? Is it because the title is wrong? Would it be better if it simply said something else?
If you wanted to get rid of the entire bar, you could do this:
.chapter-viewer__header {
display: none !important;
}
...but that would also remove the Close button in the top-right, and I would strongly advise against that.
Regarding the page you want to bypass, look for Course Autoplay under Course Properties / Player. It doesn’t bypass it completely but it does automatically load the course player, so the learner doesn’t have to click on anything else.
Thank you,
Fair enough! I forgot that Rise lets you add that, so I revise my statement above.
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.