Forum Discussion

CeliaHunt's avatar
CeliaHunt
Community Member
12 years ago

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!

17 Replies

  • I have also been requested by a client to see if this can happen (hiding volume button in Player on certain slides with no volume) as a test learner was confused by it being there on slides that had no volume. Add my voice to the request to create this as a feature please.

  • 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.

  • Jay365's avatar
    Jay365
    Community Member

    There are so many requests to enable and disable the volume button here in the forum.
    Apparently, people have been asking for this feature for 12 years.
     So I also wanted to ask if there is any update on this or where I can vote for it? 

    The option of using JavaScript carries an increased risk of mistakes if there are changes to the player, etc.