• Resolved Daniel J. Lewis

    (@djosephdesign)


    How can I hide the label that shows up when I hover over a button. When I use a wide button that has the Facebook logo and says, “Share,” I think it’s unnecessary to indicate that this is Facebook.

    This label is also messing up my site layout.

    https://wordpress.org/plugins/shareaholic/

Viewing 1 replies (of 1 total)
  • Plugin Author Shareaholic

    (@shareaholic)

    The following CSS rule should do it:

    .shareaholic-tipsy-n {
     display: none !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Hide the hover label?’ is closed to new replies.