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...
AdamMeek
Community Member
Certainly. I have attached the CSS file you will need.
- Extract the CSS file first.
- After exporting your Rise course, copy the CSS file and paste it in this location of the SCORM zip folder: scormcontent > lib > Paste file here.
- Next you'll want to go back 1 folder so your in the scormcontent folder and copy the index.html file and paste it on the desktop some where.
- Next open the html file in notepad (or a html editing software) and add the following line of text near the top " <link type="text/css" rel="stylesheet" href="lib/Mystyle.css">" I have attached an image of my file
- Save the html file and copy the file back into the same folder of the SCORM zip file (make sure your replace the original)
- Done, upload the file to your LMS or where ever and you will find the headers gone,
Let me know if you get stuck
MikkiAshton
3 years agoCommunity Member
This is awesome. Thanks. I publish out to HTML a lot of times and I was able to figure it out. I know enough html to be dangerous. :)