Removing/disabling tooltip in menu

Hi how can I disable or remove the tooltip that pops up when the mouse hovers over menu.

Hello there,

I hope you are doing well today.

Can you please add an image of this tool tip?

Best Regards,
Support

Hi this is what happens when the mouse hovers over the menu. And I’d like to disable that tooltip.

Hi there,
Thanks for keeping in touch.
In that case, please try out the following CSS code:

.main-navigation .menu li a {
pointer-events: none !important;
}

I hope this helps.
Best Regards,
Support.

Hi unfortunately that CSS code disables the pointer from becoming a hand when pointed at the menu.

It literally disabled the function of the menu

Hi there

show me url of your website

http://staging.jennywu.info/

I had to remove the CSS you gave me because it disabled the function of my menu

Hello there,

I am sorry for the inconvenience caused here but that is actually built into the browser so you cannot remove that.

Best Regards,
Support