Tooltip help

https://gettingredundancyright.com/pricing-tables/

Is it possible to remove the link preview in the bottom left hander corner when hovering over a tooltip?

Or is it possible to remove the mouse going into click mode when hovering over the tooltips so they don’t behave like links?

Thanks

Hi @ifkda,

Thank you for reaching out to us. In your Popover and Tooltips shortcode, change the href attribute value from #example to javascript:void(0); for example:

[extra href="javascript:void(0);" title="Yeah, tooltip time!" info="popover" info_place="top" info_trigger="hover" info_content="Place a little extra content in here for informational purposes." ] Place your content here [/extra]

This will remove the links from your Tooltips shortcode. Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.