Forum Discussion
SOLVED: How to Change Table of Contents font in Articulate Rise
Hey Trenton,
To manually edit this you'll want to look in your exported module's lib folder and search within main.bundle.css.
I believe the relevant parts for you will be editing the font-size attributes of:
- .overview-list__title-content
- .overview-list__link
I'd suggest increasing the rem font-size of both the above by .3 and seeing how things look.
For future reference, I find Chrome's developer tools to be very useful when trying to figure out unfamiliar CSS. They might look intimidating if you're unfamiliar with them, but on a basic level you can simply right-click on the part of the page you want to alter, hit Inspect and it'll give you name of the element you want to change. You can use the tools to test any changes in real-time, too.
Great tip! Is there a way to save the changes in the work in progress course, or does this have to be done once I have a scorm-file?