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?
Thanks,
Matthew
- JudithVan-GCommunity Member
I think it has been answered here – or actually not :)
- Jürgen_Schoene_Community 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