Forum Discussion
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!
18 Replies
- BethCouglerBlomCommunity Member
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.
- DanielBrown-821Community 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. - Jay365Community 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.Hi @Jakob! Thanks for checking in about this. We know many folks want an easy way to show or hide the volume button in the Storyline player without using JavaScript.
I see how important a built-in setting is for keeping your courses consistent and easy to manage. There isn’t a way to vote on this, but I’ve shared your request directly with our product team so they know how much this feature matters!
Related Content
- 5 months ago
- 10 months ago
- 7 months ago