Forum Discussion
MatthewMason-e2
1 year 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
3 Replies
- 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
- MartinHornsteinCommunity Member
Thank you, this works for publishing a course as a file.
Is ist possible to deactivate tooltips anyway? I would like to embed a storyline-scene in RISE, so i cannot edit any single file.Thank you in advance.
Related Content
- 1 year ago
- 2 months ago