Forum Discussion
Nedim
Community Member
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;}")
AnneliJanssens-
3 months agoCommunity Member
The javascript worked for me. Thanks @Nedim Ramic