Installing a theme component for Rise 360

  1. Export a SCORM or web package from Rise
  2. Download the blank theme component css file and save into your course package in a new folder named ‘theme’ alongside the index file
  3. 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.