Tooltips disable

Hi everyone

is there a way to disable tooltips? They suddenly started appearing and I have no idea why.  They're black- see in the attached photo or link below

https://pasteboard.co/FaKygLNiU8EE.png

If there's a JS script or snippet, that would be great. 

cheers

Michael

Attachments: 
Summary: 
Hi everyone is there a way to disable tooltips? They suddenly started appearing and I have no idea why. They're black- see in the attached photo or link below https://pasteboard.co/FaKygLNiU8EE.png If there's a JS script or snippet, that would be grea
otacke's picture

They appear because you seem to have updated your plugin. The version of H5P core that is used by the plugins was updated and this later version has the tooltips - with known bugs like the one that you are pointing to or this one.

All that's required to do to hide them is to add 

.h5p-tooltip-visible {
  display: none;
}

using the alter_styles hook.

thanks a lot for your response!  all fixed

wonderful!  thanks for the help.  I found that selector buried inside the parent class.

cheers mate