Title: Disable Bubble
Last modified: August 21, 2016

---

# Disable Bubble

 *  Resolved [OSGiveaways](https://wordpress.org/support/users/osgiveaways/)
 * (@osgiveaways)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/disable-bubble/)
 * **How do I disable the little pop up bubble that comes up when I hover over the
   icons? **The way my theme is designed, it cuts off the majority of the bubble
   so when I hover over the button, it just show a black line. You can tell something
   popped up but you can’t see the whole bubble. I tried adjusting my padding, which
   did the trick, but it put a huge space between my meta information and the social
   buttons.. and it didn’t look good. I’d rather disable the popup button then have
   the big space.
 * [http://wordpress.org/extend/plugins/share-social/](http://wordpress.org/extend/plugins/share-social/)

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

 *  Plugin Author [cunjo](https://wordpress.org/support/users/cunjo/)
 * (@cunjo)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/disable-bubble/#post-3722511)
 * Hi, we seen this kind of behavior on some themes. And my guess is that your theme
   style uses `oveflow: hidden` or `overflow: auto` on the container that holds 
   your post content. Some themes use it for a well defined purpose, some just because..
   You can send us a link of your website so we can debug and see if you can change
   that css attribute to `overflow: visible`.
    If you still want to disable the 
   tooltips you can add this piece of code in your theme’s style.css file:
 *     ```
       #Share-networks2 small {
       	display: none !important;
       }
       ```
   
 *  Thread Starter [OSGiveaways](https://wordpress.org/support/users/osgiveaways/)
 * (@osgiveaways)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/disable-bubble/#post-3722517)
 * Coool beans.. that worked 🙂
 *  Plugin Author [cunjo](https://wordpress.org/support/users/cunjo/)
 * (@cunjo)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/disable-bubble/#post-3722518)
 * Glad could help.

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

The topic ‘Disable Bubble’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/share-social_e6e4e1.svg)
 * [Cunjo: The Best Free Social Share Plugin](https://wordpress.org/plugins/share-social/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/share-social/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/share-social/)
 * [Active Topics](https://wordpress.org/support/plugin/share-social/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/share-social/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/share-social/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [cunjo](https://wordpress.org/support/users/cunjo/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/disable-bubble/#post-3722518)
 * Status: resolved