Forum Discussion
MonikaBorkowska
7 years agoCommunity Member
Rise - change size of headers and lesson titles
When bulding courses in Rise I've noticed that it's impossible to change size of the header space (top marigin) or font size of the lesson's title. What I woud like to do is to get rid of all the em...
CarinSampson-86
5 years agoCommunity Member
If anyone is interested, you can modify the CSS on the file output after exporting. You can do two ways:
First option:
- unzip the SCORM file
- open the main.bundle.css file using a code editor (I use Sublime Text)
- locate the all of the segments (you will have a segment for each lesson) of code that say .page__header-container
- delete the code within the {} following this segment
- replace the code with display: none;
- the final code should look like this .page__header-container{display: none;}@media (min-width:33.75em)
- rezip the file and upload
Second option (I couldn't use this because our LMS was picky about the imsmanifest):
Follow instructions from this YouTube video: https://www.youtube.com/watch?v=wFRc7q7_Dxc