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