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:

  1. Navigate to Settings page
  1. Click on Widget
  1. Uncheck the Show Launch Button checkbox
  1. Hit the Save button
 
Notion image

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?
😞
😐
🤩