Title: Hide player
Last modified: August 21, 2016

---

# Hide player

 *  [Lab Lover](https://wordpress.org/support/users/peterscaffidi/)
 * (@peterscaffidi)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/hide-player/)
 * Can your player be embedded in specific WP pages without displaying any part 
   of the player? I want to play a short sound affect when visitors arrive on a 
   page, 1 – 7 seconds worth, but I do not want any controls or indication of a 
   player.
 * Thanks
 * [http://wordpress.org/plugins/mp3-jplayer/](http://wordpress.org/plugins/mp3-jplayer/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [laCabriole](https://wordpress.org/support/users/lacabriole/)
 * (@lacabriole)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/hide-player/#post-4022904)
 * hi ,
    you could achieve this by CSS .
 * first use a player shortcode like this [mp3t track=”my.mp3″ title=”” ind=”n” 
   volslider=”n” autoplay=”y” play=” ” stop=” “]
    …. there will be no buttons like
   this … only the position handle will show while the mp3 is running.
 * Then find this css rule in the default CSS file of the player ( silver) (or follow
   the steps to use a custom CSS file on the help page) :
 * span.posbar_mp3j .ui-slider-handle {
    …. }
 * and in that rule modify these lines:
    background: url(‘images/mp3t-poshandle.
   png’) repeat-y -50px 0px; to : background: none; and : border: 1px solid #999;
   to : border: 0 none;
 *  Thread Starter [Lab Lover](https://wordpress.org/support/users/peterscaffidi/)
 * (@peterscaffidi)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/hide-player/#post-4022905)
 * Thank you! I will give it a try!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide player’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mp3-jplayer_c3a59d.svg)
 * [MP3-jPlayer](https://wordpress.org/plugins/mp3-jplayer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mp3-jplayer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mp3-jplayer/)
 * [Active Topics](https://wordpress.org/support/plugin/mp3-jplayer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mp3-jplayer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mp3-jplayer/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Lab Lover](https://wordpress.org/support/users/peterscaffidi/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/hide-player/#post-4022905)
 * Status: not resolved