Default Implementation (floating widget)
You need to remove the notification tracking code from your website.
Custom implementation (feed embedded in the header)
Generic
Find where your template files are located, this part might require that a developer help you
Search for `wisp` in your template
Remove all HTML tags that contains `wisp`
Example:
Shopify
Go to your Shopify Admin
Go to Online Store then Themes
On your live theme, click on the 3 dots, then Edit Code
Try to find the header file
Search for
wisp
in that file and comment on the block
This will not work all the time, some themes are more complex and require development time
โ