Title: Hide audio player
Last modified: August 30, 2016

---

# Hide audio player

 *  Resolved [michellesparks](https://wordpress.org/support/users/michellesparks/)
 * (@michellesparks)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/hide-audio-player/)
 * Hi,
 * I have an ambient tone that i want played on my site, i have your player playing
   it and its working great, I want to know how to hide the player altogether so
   there aren’t any controls for it showing. I realize that this is annoying for
   some people, however the people visiting my site are visiting to hear this music
   being played.
 * [https://wordpress.org/plugins/compact-wp-audio-player/](https://wordpress.org/plugins/compact-wp-audio-player/)

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

 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/hide-audio-player/#post-6394968)
 * Hi, are you trying to hide the player but still have the music playing on the
   background?
 *  Thread Starter [michellesparks](https://wordpress.org/support/users/michellesparks/)
 * (@michellesparks)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/hide-audio-player/#post-6394973)
 * Yep keep the music playing but hide the player
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/hide-audio-player/#post-6395029)
 * Hi add the following code to your theme custom entries.
 *     ```
       .sc_player_container1 {
           display: none;
       }
       ```
   
 * Also make sure you add the following to the shortcode.
 * **autoplay=true**
 * Your shortcode should look something like this…
 * [sc_embed_player autoplay=true fileurl=”[http://www.yoursite.com/your-music-file.mp3″%5D](http://www.yoursite.com/your-music-file.mp3″%5D)
 *  Thread Starter [michellesparks](https://wordpress.org/support/users/michellesparks/)
 * (@michellesparks)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/hide-audio-player/#post-6395120)
 * Perfect, Thank you!! 🙂
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/hide-audio-player/#post-6395148)
 * Hi, I am glad it work for you 🙂
 * Can you mark this support thread as resolved.
 * Thank you

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

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

 * ![](https://ps.w.org/compact-wp-audio-player/assets/icon-128x128.png?rev=994411)
 * [Compact WP Audio Player](https://wordpress.org/plugins/compact-wp-audio-player/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/compact-wp-audio-player/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/compact-wp-audio-player/)
 * [Active Topics](https://wordpress.org/support/plugin/compact-wp-audio-player/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/compact-wp-audio-player/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/compact-wp-audio-player/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/hide-audio-player/#post-6395148)
 * Status: resolved