Forum Discussion
Change bullet color in Rise
- 3 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!
Is there any work around by adding custom HTML/CSS somewhere ?
Hi Donna,
Articulate doesn't support modification of Rise output files. But if you are familiar with editing HTML/CSS, you can do the following:
1. Extract your LMS or Web zipped file and open the main.bundle.css file found in lib folder using a text editor (e.g., Notepad, Notepad++, etc.).
2. Locate the following text: fr-view ul. Then add the following CSS property: color: white. After adding this property, it should look like the example below:
For reference, here is the CSS element again with its properties:
.fr-view ul {list-style-type: disc;color: white}disc (as shown above) to make the syntax correct.Related Content
- 2 years ago
- 2 years ago
- 5 months ago