Forum Discussion
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
4 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">