Hey Jes,
It looks like Sarah has used custom CSS to hide the standard page headers, then just put the GIFs in image blocks to act as a de facto headers.
That isn't something you can do within Rise itself, you need to edit the published files. It's relatively simple to do but more annoying than it should be, primarily as you'll need to make the change every time you republish.
First, unzip your downloaded project. Find index.html
within the unzipped folder – depending on how you published, this might be at the top level of the folder or within scormcontent
– and open it with a text editor of some kind; Notepad or similar is fine.
Within the <style>
section of index.html
, about 30 rows down, add the following line:
.page__header-container{display: none}
Save your changes.
Zip everything back up – making sure the folder hierarchy is the same as before – and your project will now hide the default headers.