Title: Remove player
Last modified: July 12, 2023

---

# Remove player

 *  Resolved [dbcjs](https://wordpress.org/support/users/dbcjs/)
 * (@dbcjs)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/remove-player/)
 * Hi
 * On the main sermon page I’d like the players to show with each sermon post. But
   I’m using shortcode to add sermons to other parts of the site where I do not 
   want the player to show to reduce space in the list. Is it possible to specify
   the player not to show in the shortcode?
 * thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-player%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Mike Matenkosky](https://wordpress.org/support/users/hikinmike/)
 * (@hikinmike)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/remove-player/#post-16890970)
 * Go to ‘Sermons > Settings > Display’ and scroll down and find “Archive”. Uncheck“
   Disable Audio Player” and save.
 *  Thread Starter [dbcjs](https://wordpress.org/support/users/dbcjs/)
 * (@dbcjs)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/remove-player/#post-16892551)
 * Thanks Mike but that’s removed the player from everywhere not just the shortcode
   lists?
 *  [Mike Matenkosky](https://wordpress.org/support/users/hikinmike/)
 * (@hikinmike)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/remove-player/#post-16893007)
 * There isn’t a way to remove it using the shortcode, but you can use CSS to hide
   it on specific pages.
 *  Thread Starter [dbcjs](https://wordpress.org/support/users/dbcjs/)
 * (@dbcjs)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/remove-player/#post-16893303)
 * any chance you can confirm what that CSS would be? That would be really helpful
 *  [Mike Matenkosky](https://wordpress.org/support/users/hikinmike/)
 * (@hikinmike)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/remove-player/#post-16893513)
 * If this is for your home page, add this to the Additional CSS section:
 *     ```wp-block-code
       .home .wpfc-sermon-audio {
         display: none;
       }
       ```
   
    -  This reply was modified 2 years, 10 months ago by [Mike Matenkosky](https://wordpress.org/support/users/hikinmike/).
    -  This reply was modified 2 years, 10 months ago by [Mike Matenkosky](https://wordpress.org/support/users/hikinmike/).

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/sermon-manager-for-wordpress_688896.
   svg)
 * [Sermon Manager](https://wordpress.org/plugins/sermon-manager-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sermon-manager-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Mike Matenkosky](https://wordpress.org/support/users/hikinmike/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/remove-player/#post-16893513)
 * Status: resolved