
Remove "Live" Icon
We are upgrading to the new version 8 and would like to remove the default "Live" icon that displays but don't see a way to do this. How do we hide the "Live" icon from displaying?
Thanks
Jay
We are upgrading to the new version 8 and would like to remove the default "Live" icon that displays but don't see a way to do this. How do we hide the "Live" icon from displaying?
Thanks
Jay
Hi Jay,
My name is Timoor Kurdi and I’m a Support Engineer at JW Player.
Could you please follow the instructions on this page so we can try to reproduce the issue? – https://support.jwplayer.com/customer/en/portal/articles/2186238-troubleshooting-%E2%80%94-creating-a-reproduction-page
Regards,
Timoor Kurdi
Hi Timoor,
It's not really an "issue" but rather default behavior by the JW Player. If you look at one of your demo pages https://developer.jwplayer.com/jw-player/demos/basic/audio-metadata/
In the demo, you'll see the "Live" icon just to the right of the Mute in the player bar. We want to get rid of that.
Thanks
Jay
You need custom CSS.
.jw-icon-live {
display: none;
}