Forum Discussion
BobNeedler
5 months agoCommunity Member
Change Marker colors to show what the user has already clicked
I see there is a way to change the color of the active marker, is there a way in either Rise or Storyline to make the marker remain in a secondary color after the next one is clicked in order for th...
EmilyGreen-9a24
Community Member
Hi Phil, I watched your video but I am not sure how to edit the CSS in Rise. I’ve done it using Html but not the style sheet. Any tips? I want to add numbers higher than 9!
PhilFoss
5 months agoCommunity Member
My best recommendation is to create a new folder alongside your index.html file, I usually call it theme and place your new css file in there, this makes it easy to copy all your custom code to other exported courses and keeps it separate from the Rise files. Then add the link to your css file to the index.html file, before the closing </head> tag.
<link type="text/css" rel="stylesheet" href="theme/myfile.css">