Forum Discussion
Closed Caption Text Has Shadow
- 2 days ago
Hi Everyone!
Happy to share that we've just released a new update for Storyline 360!
In Build 3.105.35604.0 we’ve included essential fixes and new features. One of the bugs we’ve fixed is:
- Black border/outline shows around closed caption text
Launch the Articulate 360 desktop app on your computer to take advantage of this update, and click the Update button next to Storyline 360. You’ll find our step-by-step instructions here.
Please let us know if you have any questions about this update, or the issue you reported!
Create a trigger "Execute JavaScript when the timeline starts on this slide," and try using this small JavaScript code:
const addCSS = css => document.head.appendChild(document.createElement("style")).innerHTML=css;
addCSS(".caption p {text-shadow: none !important;}")
The javascript worked for me. Thanks @Nedim Ramic
Related Content
- 4 months ago
- 2 years ago
- 2 years ago