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
Settings
page
- Click on
Widget
- Uncheck the
Show Launch Button
checkbox
- Hit the
Save
button
ย

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()
ย