Forum Discussion
Changing the colour of the closed captions font and the background?
- 9 months ago
Hello Everyone!
I'm happy to share that we have released Storyline 360 version 86 (Build 3.86.32028.0).
Included in this release we have two new features:
- Position captions at the top or bottom of the slide to ensure closed caption visibility and prevent the obstruction of critical course content.
- Customize the foreground and background colors of closed captions to complement your course design and maintain contrast accessibility.
All you need to do is update Storyline 360 in your Articulate 360 desktop app on your computer. You'll find our step-by-step instructions here.
Please let us know if you have any questions by reaching out to our Support Engineers directly.
Have a great day!
Hi, I found a solution to change the colour etc of the captions in the entire course.
Publish the course and open the main.min.css file. (It helps if you use sublime and prettify the code). Search for
.caption p{display:inline-block;
look for color:#ffffff - to change the text color
background:#31373a - to change the background of the captions
feel free to remove the shadow by changing the values text-shadow to zero.
See the attached screenshot.
Note that you have to redo the changes when you republish your course. But you can backup a copy of main.min.css and paste the file after the export.