Change player highlight color

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

 

Was this article helpful?

Related Articles

Leave A Comment?