yelping-magenta•16mo ago
I would like to remove the voiceflow icon from all the pages of my web site. Help me please?
I have already removed the Voiceflow plugin but the icon is still there...

2 Replies
To remove the Voiceflow icon from your website, you'll need to ensure that all Voiceflow-related code has been removed from your website's source code. This includes any scripts, plugins, or widgets that might have been added.
If you've already removed the Voiceflow plugin but the icon is still appearing, it's possible that some residual code might be left behind. Here's a step-by-step guide on how to proceed:
1. Check your website's source code: Open your website and right-click on the page, then select 'View Page Source' or 'Inspect Element'. This will open up your website's HTML code.
2. Search for Voiceflow-related code: Use the search function (usually Ctrl+F or Command+F) and type in 'Voiceflow' to find any Voiceflow-related code. This could be a script, a link to a CSS file, or an HTML element with a Voiceflow class or ID.
3. Remove the Voiceflow code: Once you've identified the Voiceflow code, you'll need to remove it. This will likely involve editing your website's HTML, CSS, or JavaScript files. If you're not comfortable doing this yourself, you might want to ask a web developer for help.
4. Clear your cache: Sometimes, web browsers cache (store) website data to load pages faster. This means that even if you've removed the Voiceflow code, the icon might still appear because your browser is loading a cached version of the page. Clearing your browser's cache will ensure that you're seeing the most recent version of your website.
Remember, always make a backup of your website before making any changes to the source code. This way, you can restore the original version if something goes wrong.
If you've followed these steps and the Voiceflow icon is still appearing, it might be worth reaching out to a web developer for further assistance.
absent-sapphire•16mo ago
You should be able to just remove the code snippet from the site. This is what actually loads the widget