Forum Discussion
Custom font for the side menu?
Hello again,
We have found a temporary solution, until we wait for an official fix.
In any RISE export, inside "(\scormcontent)\lib\main.bundle.js" you have to replace all "!important" entries in the JS code with a blank entry. In this way, all the "!important" tags in the generated CSS code will no longer be there and there shouldn't be any hierarchy left, other than what is written by default in index.html and perhaps in .css files, but with this you can now freely adjust the hierarchy and make changes at will in all of these files, which you couldn't before as the hierarchy set by the JavaScript would always be higher.
Here's an example with Notepad++ in making these changes:
Any more advanced text/code editor can do this, example with Visual Studio Code:
So far we haven't found any problems with this, but everyone who also had an issue here, we invite all to test this with their RISE courses and give further feedback here.
- NMarkatopoulos5 years agoCommunity Member
Thank you! Really helpful workaround! It works fine for me!
- NMarkatopoulos5 years agoCommunity Member
Hello again Talentator e-learning,
I've tried to upload it into our LMS-Moodle. But there was missing an Manifest. (error message: An imsmanifest.xml file was found but it was not in the root of your zip file, please re-package your SCORM). Any ideas?
- Renz_Sevilla5 years agoStaff
Hi Nikos!
Thanks for reaching out!
I understand you're having some trouble uploading your SCORM file to Moodle. You can try extracting your zip file and then rezipping it again.- Select all contents and zip so another folder isn’t created
- Please check that the manifest is at the root file
- Please try publishing for LMS again if you still can't see a root file
- IbrahimAdam-64d4 years agoCommunity Member
that is great,,, worked well for me.
any idea how to change the size of the font :D
- BarbaraLenze-913 years agoCommunity Member
Hi, can you describe where exactly you have to make the changes after removing the !important tags in the js-code? Because changing the font-familiy in brand--ui (as mentioned at the beginning) did nothing.
Thank you & best regards!