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