Forum Discussion
CeliaHunt
12 years agoCommunity Member
How to remove volume button
As there is no sound in my articulate storyline project, I would like to remove the volume button. Is there any way to do this? Thanks!
DanielBrown-821
5 years agoCommunity Member
Add this JavaScript to the slide in question:
document.getElementById('volume').style.display = 'none';
Caveat: you have to turn it back on in the other slides w/ the same method.
Related Content
- 3 months ago
- 4 months ago
- 7 months ago