Title: Remove Subscribe button on specific post
Last modified: September 15, 2018

---

# Remove Subscribe button on specific post

 *  Resolved [bottegapazza](https://wordpress.org/support/users/bottegapazza/)
 * (@bottegapazza)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/remove-subscribe-button-on-specific-post/)
 * First of all thank you for you free plugin, is very necessary for my website.
 * I have enabled the subscribe button on my playlists. Now I will like to have 
   some possibility to remove it on specific post or pages.
 * Can you help me?
    Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-subscribe-button-on-specific-post%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [lljb3](https://wordpress.org/support/users/lljb3/)
 * (@lljb3)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/remove-subscribe-button-on-specific-post/#post-10708424)
 * I’m not the plugin’s developer, but I would say that the best bet is to use CSS
   to hide the subscribe button on pages you don’t want it to appear.
 * For example, the CSS can be written as follows to hide the sub button on this
   page:
 *     ```
       #post-4361 .epyt-gallery-subscribe {
           display: none;
       }
       ```
   
 * The plugin developers can follow up for now, but this is probably the quickest
   and most lightweight way to hide the sub button.
 *  Thread Starter [bottegapazza](https://wordpress.org/support/users/bottegapazza/)
 * (@bottegapazza)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/remove-subscribe-button-on-specific-post/#post-10712014)
 * lljb3 thank you. You gave me the solution!!! As I said Im not an expert.

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

The topic ‘Remove Subscribe button on specific post’ is closed to new replies.

 * ![](https://ps.w.org/youtube-embed-plus/assets/icon-256x256.png?rev=2165403)
 * [Embed Plus for YouTube Gallery, Livestream and Lazy Loading with Facades](https://wordpress.org/plugins/youtube-embed-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/youtube-embed-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/youtube-embed-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/youtube-embed-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/youtube-embed-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/youtube-embed-plus/reviews/)

## Tags

 * [playlist](https://wordpress.org/support/topic-tag/playlist/)
 * [subscribe button](https://wordpress.org/support/topic-tag/subscribe-button/)

 * 2 replies
 * 2 participants
 * Last reply from: [bottegapazza](https://wordpress.org/support/users/bottegapazza/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/remove-subscribe-button-on-specific-post/#post-10712014)
 * Status: resolved