How to hide total time Created August 3, 2018 Author admin Category FAQ Comments 2 Go to ZoomSounds > Settings > Appearance and in Extra CSS enter html body .audioplayer.skin-wave .total-time{ display:none!important; } Was this article helpful? Yes No
Jessica 7 years ago Is there a way to not show the timer at all? This works for removing the total time but I’d like to remove the playtime part as well.
admin 7 years ago html body .audioplayer.skin-wave .total-time, html body .audioplayer.skin-wave .curr-time{ display:none!important; }
Is there a way to not show the timer at all? This works for removing the total time but I’d like to remove the playtime part as well.
html body .audioplayer.skin-wave .total-time, html body .audioplayer.skin-wave .curr-time{
display:none!important;
}