Forum Discussion
KatelinJordan-2
5 years agoCommunity Member
remove lightbox X
can you remove the X in the upper corner of the slide? I would like to add my own button to close the lightbox.
Also, can you add a trigger to toggle the CC off and on when in lightbox mode? ...
stefanocraba
Community Member
Hi, you could add a trigger to run this javascript:
document.getElementById('light-box-close').style.visibility = "hidden"
TylerCrittenden
4 years agoCommunity Member
Thank you this is the best thing I've learned from these forums!