Tagged: enfold, Social toolbar
Hello!
Re the social toolbar (see bottom of this page: http://www.tripreads.com/istanbul)
Is it possible to disable the tips that appear when you hover over the icon? They don’t work great in mobile (requires two clicks to complete action).
I’m using the Enfold child theme.
Thank you!
Hey Jennifer!
Add this to your custom CSS.
.av-share-box .avia-related-tooltip {
display: none !important;
}
Cheers!
Elliott
Awesome – works great on mobile now. Thank you!