Add tooltip functionality
-
Hello,
Can you show me how to use the tooltip (the same one used on single product – “Back To Products” icon) in other areas please… as in how to trigger it.
I would like this to be on the shipping methods in checkout to add a small description in the tooltip but I’m not sure what code I need to actually trigger the tooltip! It seems overkill to install a plugin for this when the functionality already exists
Hello,
You can use the following HTML to display the tooltip on hover
<div class="woodmart-tooltip" title="Your text">
Title
</div>
Regards