Image-based menu in Rise?

Apr 05, 2019

Is there a way to create an image-based menu in Rise? e.g. 4 column, 2 row images with hover states and links to other components in the course.

4 Replies
craig Sumner

Menu Bar added to rise projectYou could edit the HTML to include a menu bar, as seen above, I did this for a landing page I built.

I used the information here inserting the below code in the index.html and added in a css file which set out my colours and styling. have a look at the link hopefully, it will help.

 <!--Navbar-->
<link type="text/css" rel="stylesheet" href="lib/navbar.css">
<div class="nav">
<ul>
<li><a id="Home" href="#/">Home</a></li>
<li><a id="Link1" href="https://google.com">Google</a></li>
</ul>
</div
Allison LaMotte

Hi Elissa,

Right now, there isn’t a way to do that in Rise 360. Would you be up for logging a feature request to tell us more about your specific needs?

The workaround Craig suggested involves modifying the code after the course is published, which is something we don't support, but you could certainly give it a try.

If there’s anything else I can do to help, please let me know! 

This discussion is closed. You can start a new discussion or contact Articulate Support.