Forum Discussion
MatthewMason-e2
6 months agoCommunity Member
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?
...
Jürgen_Schoene_
6 months agoCommunity Member
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