Forum Discussion
DavidHolzemer
5 years agoCommunity Member
Storyline 360 Lightbox Close Button
Is there a way to turn off the native close (X) icon for lightbox slides in Storyline 360?
I'd like to remove it and replace it with my own.
Thanks!
RussellKillips-
Community Member
Hi David,
Try adding an execute javascript trigger for timeline start on your lightbox slide.
document.getElementById("light-box-close").style.display = "none";
NicholasBeech
2 years agoCommunity Member
Hi Russell,
Just found your suggestion from quite a while ago now, but wanted to say it's just saved me quite a headache and worked perfectly.
Thanks!