Notifications
Clear all

How to remove Download option from Audio Player

2 Posts
2 Users
0 Likes
1,594 Views
Posts: 22
Customer
Topic starter
(@vitthal79)
Member
Joined: 6 years ago

How can i remove Download option from audio player. I am little new in , so requesting to answer in more details. Sorry for trouble , but Thanks in Advance.

1 Reply
Posts: 4168
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

Try this CSS code. Navigate to Dashboard > Forums > Settings > Styles admin page, and put this code in Custom CSS Code textarea. Save it, delete all caches and do Ctrl+F5 on forum front:

video::-internal-media-controls-download-button {display:none;}
video::-webkit-media-controls-enclosure {overflow:hidden;}
video::-webkit-media-controls-panel { width: calc(100% + 30px);}

audio::-internal-media-controls-download-button {display:none;}
audio::-webkit-media-controls-enclosure {overflow:hidden;}
audio::-webkit-media-controls-panel {width: calc(100% + 30px);}
Reply
Share:
Scroll to top