Title: Remove Description
Last modified: August 21, 2016

---

# Remove Description

 *  Resolved [mikemoriendi](https://wordpress.org/support/users/mikemoriendi/)
 * (@mikemoriendi)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-description/)
 * Is there a way to remove the description, that comes from Buzzsprout, from the
   WordPress site? I write a longer description on the blog than from the Buzzsprout
   site and it just seems redundant having the description under the player.
 * [https://wordpress.org/plugins/buzzsprout-podcasting/](https://wordpress.org/plugins/buzzsprout-podcasting/)

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

 *  Plugin Author [Buzzsprout](https://wordpress.org/support/users/molehill/)
 * (@molehill)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-description/#post-4670072)
 * You can hide whatever you want by using a little CSS. I’ll give you an example
   below…
 * The HTML output of an embedded episode looks like this
 *     ```
       <div class="episode">
         <h3>This is the episode title</h3>
         <object width="330" height="37">...</object>
         <p class="download">...</p>
         <p class="date">...</p>
         <p class="artist">...</p>
         <p class="description">...</p>
       </div>
       ```
   
 * So your CSS could look like this
 *     ```
       <style type="text/css">
       div.episode p.description { display: none; }
       </style>
       ```
   
 * If you drop that CSS into your main stylesheet document, HTML or HTML template,
   you should be good to go. You can of course style the other elements the same
   way…make them look however you want.
 *  Thread Starter [mikemoriendi](https://wordpress.org/support/users/mikemoriendi/)
 * (@mikemoriendi)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-description/#post-4670105)
 * Awesome, worked perfectly. Thanks!

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

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

 * ![](https://ps.w.org/buzzsprout-podcasting/assets/icon.svg?rev=993479)
 * [Buzzsprout Podcasting](https://wordpress.org/plugins/buzzsprout-podcasting/)
 * [Support Threads](https://wordpress.org/support/plugin/buzzsprout-podcasting/)
 * [Active Topics](https://wordpress.org/support/plugin/buzzsprout-podcasting/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buzzsprout-podcasting/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buzzsprout-podcasting/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mikemoriendi](https://wordpress.org/support/users/mikemoriendi/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/remove-description/#post-4670105)
 * Status: resolved