- Export a SCORM or web package from Rise
- Download the blank theme component css file and save into your course package in a new folder named ‘theme’ alongside the index file
- Add a link to the custom.css file in the index.html file
<link type="text/css" rel="stylesheet" href="theme/custom.css">
Keep all your css and images inside this folder named theme, or whatever you choose to call it. Next time you export a course from Rise, you can copy this folder with all custom code and images inside.