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; }
Leave A Comment?