ScottVanDeKe938
10 months 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-storyline/default-close-button-of-lightbox).
document.getElementById('light-box-close').style.display = "none";
Previously when I used it, it worked like a charm. Now I cannot get it to work. Thinking maybe something changed with the close button reference ID in the latest update, but not sure.
How do we then make the "X" button reappear again?