Forum Discussion
ScottVanDeKe938
2 years agoCommunity Member
Hide default close button in lightbox slide
I am trying to hide the default close button on the lightbox slide. I've been using this javascript that I got from a post from 3 years ago (https://community.articulate.com/discussions/articulate-...
RichardWatson
2 years agoSuper Hero
Scott,
Additional information while you wait for someone who can provide an additional perspective.
Richard
====
I tested the following on Edge and Chrome using the latest version of Storyline 360 (modern player), and it still removes the close button on the lightbox slide.
The inspector still shows it as:
document.getElementById("light-box-close").style.display = "none";
/*This code needs to be placed on any slides being Lightboxed
to hide the default close button*/