Forum Discussion
Change bullet color in Rise
- 2 months ago
Hi everyone,
I'm happy to let you know we released a new update for Rise 360. This update adds the following feature:
- Use the Bullet Style options in the text formatting toolbar to modify the size and color of bullets and numbers in lists.
There's nothing to install for web apps. New features and fixes are immediately available.
Let me know if you have any questions about this update!
While we're waiting for a software solution from Articulate, there is a workaround if you know a bit about HTML and CSS. This only works for the published Rise courses in HTML format sitting locally on your machine.
Locate the 'main.bundle.css' file in the 'lib' folder of the published course. Open in a text editor. You can add CSS code here to the very bottom of the document to either change the colour of bullets throughout the document, or for specific bullets on certain pages.
For instance, the following code changes the colour of all bullets throughout. Please note: I can't vouch for this not breaking something, as I haven't thoroughly tested it - but it seems to work fine on first inspection.
ul {color: rgb(196,47,0);}
The numbers between the brackets relate to RGB colours. You can change this easily to any colour you wish.
Related Content
- 2 years ago
- 12 months ago
- 5 months ago