How to hide total time

Go to ZoomSounds > Settings > Appearance and in Extra CSS enter

html body .audioplayer.skin-wave .total-time{
display:none!important;
}

 

Was this article helpful?

Related Articles

2 Comments

  1. Jessica

    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.

    1. admin

      html body .audioplayer.skin-wave .total-time, html body .audioplayer.skin-wave .curr-time{
      display:none!important;
      }

Leave A Comment?