soundcloud / soundcloud-custom-player

The SoundCloud custom javascript based player
http://soundcloud.com
704 stars 231 forks source link

Minimal Player - Only show the Play Button #44

Open pkjack opened 11 years ago

pkjack commented 11 years ago

Really love this. Im looking for a way on the minimal player to remove the song name the waveform to just leave the black round button..

is this possible?

Kind Regards

Paul

iamkeir commented 11 years ago

A very simple way to do this would be to hide the various elements you do not wish to display with CSS:

.sc-artwork-list,
.sc-info,
.sc-trackslist,
.sc-info-toggle,
.sc-scrubber { display: none !important; }