Want the Music player to just be a start or pause button?
.media_panel object, .media_panel embed {height: 25px; width: 30px; }
Want the music to be auto play and is off youtube?
?autoplay=1
Want a custom cursor? .
body, a:hover {cursor: url('your link for a cursor'), auto;}
Want to just Hide your Music on your profile?
.media_panel { visibility: hidden; height: 0px; }
Other things for v2/current profiles visit [GUIDE] Learn How To Code v2/Current Profiles
