Remove the Tooltip / Keyboard shortcut hover in the Storyline Player

May 16, 2024

Hi,

The default Storyline 360 player has a hover / tooltip showing a keyboard shortcut for the next and previous buttons (eg Next Ctrl+Alt+.)

Does anyone know how to stop these from showing?

Thanks,

Matthew

2 Replies
Jürgen Schoenemeyer

you can remove the tooltips with a few lines of css

<style>
#tooltip {
display: none!important;
}
</style>

add this lines at the end of story.html / index_lms.html

important:

  • with every publish storyline will remove this addition
  • you can save the modified file(s) after editing and then reuse them later - as long as you are working with the same storyline version