Home Forums WoodMart support forum Add tooltip functionality

Add tooltip functionality

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #150451

    dsl-ms
    Participant

    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

    #150482

    Artem Temos
    Keymaster

    Hello,

    You can use the following HTML to display the tooltip on hover

    <div class="woodmart-tooltip" title="Your text">
        Title
    </div>

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)