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-...
BarbaraJacobs-1
7 months agoCommunity Member
if (document.getElementsByClassName("lightbox-close-btn-floating").length > 0) {
document.getElementsByClassName("lightbox-close-btn-floating")[0].style.display = "none";
}