Forum Discussion
New in Rise 360: Hide Cover Page
I am not publishing for LMS, but rather using Rise to create interactive elements, and I embed using iframe in another program we use.
I really want to get rid of the cover page, so that all I need to publish as HTML5 is the interactive portion and put that in. Any way to just delete the cover page and the starting page is the interactive piece?
Hi Christine,
There isn't a way to remove the cover page of Rise 360 courses. Have you tried creating Microlearning courses instead of regular Rise 360 courses as an alternative? Microlearning courses have access to all of the blocks available in a Rise 360 course, and it is more compact and streamlined. Note that Microlearnings cannot be divided into sections, so consider this when designing the content.
- CHRISTINEWEA1357 months agoCommunity Member
Hi Jose- even the microlearning in Rise has a cover page. Unless you know how to hide the cover page for microlearning. I just want to create one interaction, say flip card. I will publish as html5 and insert into my other project. So I don't need that cover page.
- JoseTansengco7 months agoStaff
Hi Christine,
Thanks for the update!Adding a toggle feature to hide the cover page is a feature request we are actively tracking. We've added your voice to the request and let you know as soon as it makes it to our product roadmap!
While we don't support this method, if you're familiar with HTML and CSS, you can edit the published output to include the code below on the cover page section of a Microlearning course to hide it:style="display: none;"
Here's a video of what the page will look like with the cover page hidden using CSS.