Tagged: social, social share, tool tips
Is there a way to turn off tool-tips for the social share buttons element? I don’t think these are necessary.
Hey danldurall,
I don’t think there is a built in option, but they can be hidden via css. Please provide a link to the site/page in question so we can have a closer look.
Best regards,
Jordan Shannon
Hi Jordan,
I think this would be a helpful option, but CSS works too. See the link below.
Hi,
Please add the following to quick css:
.av-share-box .avia-related-tooltip {
display: none !important;
}
Let me know if this works.
Best regards,
Jordan Shannon