I would like to show 1 tooltip on page load and then have it hide after a few seconds AND/OR hide when another tooltip is hovered.
I have found a few ways to do this however I'm using an Elementor Addon as my tooltip so its nested in a few divs which has confused me.
When you hover on 'div.eael-tooltip' - 'span.eael-tooltip-text' shows ( This is what I would like to show automatically for a few seconds)
<div class="eael-tooltip">
<span class="eael-tooltip-content">
<img>
<p></p></span>
<span class="eael-tooltip-text eael-tooltip-right">
<p></p></span>
</div>
I understand I'll probably need some jQuery for this, Would anyone be able to help please?