Title: Remove Twitter Sharing Button from Posts
Last modified: December 1, 2021

---

# Remove Twitter Sharing Button from Posts

 *  [ssboyd21](https://wordpress.org/support/users/ssboyd21/)
 * (@ssboyd21)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/remove-twitter-sharing-button-from-posts/)
 * Hello,
 * Trying to keep my posts tidy and would like to remove the Twitter Sharing button(“
   TWEET”) from the top of my posts. I want to display only the Facebook Sharing
   button (“SHARE”). It seems that the two are linked when I look at the WPZOOM 
   Single Post Options menu? Is there an easy way that I’m overlooking?
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-twitter-sharing-button-from-posts%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Ina](https://wordpress.org/support/users/inamoro/)
 * (@inamoro)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/remove-twitter-sharing-button-from-posts/#post-15124141)
 * Hi, [@ssboyd21](https://wordpress.org/support/users/ssboyd21/)
 * To remove the Twitter sharing button, add the following code to Appearance ->
   Customize -> Additional CSS:
 *     ```
       .single .share a.twitter {
           display: none;
       }
       ```
   
 *  Thread Starter [ssboyd21](https://wordpress.org/support/users/ssboyd21/)
 * (@ssboyd21)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/remove-twitter-sharing-button-from-posts/#post-15124157)
 * Awesome, thank you so much!

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

The topic ‘Remove Twitter Sharing Button from Posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/foodica/1.3.3/screenshot.png)
 * Foodica
 * [Support Threads](https://wordpress.org/support/theme/foodica/)
 * [Active Topics](https://wordpress.org/support/theme/foodica/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/foodica/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/foodica/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ssboyd21](https://wordpress.org/support/users/ssboyd21/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/remove-twitter-sharing-button-from-posts/#post-15124157)
 * Status: not resolved