Use case
You don't want users to notice they are clicking or hovering over an invisible launcher. In that case, it might be a good idea to remove the hand icon that appears by default.
Solution
1. Click 'Customize' in the WalkMe Editor.
2. Click on 'CSS'.
3. Add following code:
.walkme-launcher-id-XXXXXX{
cursor: default !important;
}
cursor: default !important;
}
4. Replace the 'XXXXXX' with the ID of your launcher.
5. Click 'Save'.
6. Publish your settings.