How to change skin-minimal player size

Go to ZoomSounds > Appearance and in extra css Extra CSS enter

body .audioplayer.skin-minimal .ap-controls .con-controls{
width: 70px;
height: 70px;
}

To reduce button size enter

body .audioplayer.skin-minimal .ap-controls .con-playpause{ transform: scale: 0.5; }

 

Was this article helpful?

Related Articles

Leave A Comment?