Hide current time and total time on mobile

Go to zoomsounds > Settings > Appearance and in Extra CSS enter:

@media all and (max-width: 600px) { .audioplayer .ap-controls .curr-time:not(.a):not(.a):not(.a), .audioplayer .ap-controls .total-time:not(.a):not(.a):not(.a){ display:none; } }

For hiding in all environments, enter:

.audioplayer .ap-controls .curr-time:not(.a):not(.a):not(.a), .audioplayer .ap-controls .total-time:not(.a):not(.a):not(.a){ display:none; }

 

 

 

Was this article helpful?

Related Articles

Leave A Comment?