Forum Discussion

MatthewMason-e2's avatar
MatthewMason-e2
Community Member
5 months ago

Remove the Tooltip / Keyboard shortcut hover in the Storyline Player

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

  • 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