Place a bar instead of waveform in skin-wave

Go to zoomsounds > settings > appearance and in extra css enter:

body .audioplayer.skin-wave .ap-controls .scrubbar .scrub-bg canvas{
display:none;
}
body .audioplayer.skin-wave .ap-controls .scrubbar .scrub-prog canvas{
display:none;
}
body .audioplayer.skin-wave .ap-controls .scrubbar .scrub-bg:before, body .audioplayer.skin-wave .ap-controls .scrubbar .scrub-prog:before{
content: "";
position:absolute;
top:50%;
height: 2px;
width: 100%;
background-color: #555555;
}
body .audioplayer.skin-wave .ap-controls .scrubbar .scrub-prog:before{
background-color: #ff5555;
}

Was this article helpful?

Related Articles

Leave A Comment?