How to remove link from the tooltip shortcode?

Hello,

How can I remove the link from the tooltip shorcode? I trief removing the href but it still adds a link to #.

Thanks,
Antoine

Hi Antonie,

Thanks for writing in! That is because it’s using HTML link tag. As a workaround, you can try adding the following JavaScript code into your X -> Theme Options -> JS area.

jQuery(".x-extra").removeAttr("href");

Hope that helps.

Thank you!

You’re welcome.

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