Classic way
To change waveform color and size, go to ZoomSounds > Player Configurations and change these seetings –Highlight Color
Save the player configuration and of course you have to select this Player Configuration in the ZoomSounds player or playlist you are using.
or …
Css way
If there is a conflict or this does not work, you can try css way. ZoomSounds > Settings > Appearance and in Extra CSS enter:
.audioplayer .playbtn .the-icon-bg{
background-color: #ff0000;
}
and save
Leave A Comment?