Hiding the launch button
Find out how to hide the launch button
If you prefer you can hide the bottom widget Help launch button. This can be useful if you want to open the widget just on specific occasions.
In dashboard:
- Navigate to
Settingspage
- Click on
Widget
- Uncheck the
Show Launch Buttoncheckbox
- Hit the
Savebutton

More granular approach with the Widget API
You can also hide the launch button widget with our Javascript Widget API.
Show the launch button:
Helpkit.showLaunchButton()
Hide the launch button:
Helpkit.hideLaunchButton()
Did this answer your question?
😞
😐
🤩
Last updated on December 5, 2023