Removing or Uninstalling AllAccessible
Overview
This guide explains how to remove the AllAccessible accessibility widget from your website, whatever platform you use. It also covers an important distinction: removing the widget from your site is not the same as canceling your subscription. If you want to stop being billed, you'll need to cancel separately (covered at the end of this article).
Who This Is For
Site owners who want to take the widget off their site
Developers cleaning up a site or migrating platforms
Anyone who removed the code but is still being billed (see Removing the Widget vs. Canceling Billing)
What You'll Learn
How to remove the widget on common platforms
What happens when you remove it
Why removing the code doesn't cancel your subscription, and how to cancel
Important: Two Separate Steps
Removing AllAccessible cleanly is usually two actions:
Remove the widget from your website so it stops appearing to visitors (steps below).
Cancel your subscription so you stop being billed (see Removing the Widget vs. Canceling Billing).
Doing only step 1 leaves your subscription active. Doing only step 2 may leave the widget code on your site.
What Happens When You Remove the Widget
When you remove AllAccessible from your site:
The accessibility menu no longer appears for your visitors
The accessibility adjustments it provided stop working
Any visitors who relied on those adjustments will lose them
Consider whether this affects visitors before removing it. If your goal is just to lower cost, you may prefer to keep a basic plan instead β see Removing the Widget vs. Canceling Billing.
Removing the Widget by Platform
Generic JavaScript Snippet (any website)
If you installed AllAccessible by pasting a <script> snippet into your site's HTML, remove that snippet.
Open the template or file where you added the code β usually the site-wide
<head>section of your main layoutFind the AllAccessible snippet. It looks similar to this (the widget script uses the id
allAccessibleWidget):
<!-- AllAccessible Widget -->
<script>
(function(d) {
var s = d.createElement("script");
s.setAttribute("data-accessible-account-id", "YOUR_ACCOUNT_ID");
s.setAttribute("id", "allAccessibleWidget");
s.async = true;
s.setAttribute("src", "https://api.allaccessible.org/widget/YOUR_ACCOUNT_ID.js");
d.head.appendChild(s);
})(document)
</script>
Delete the entire snippet (from the opening
<script>to the closing</script>, including the comment if present)Save the file
Clear your website cache and CDN cache if you use them
Visit your site in a private/incognito window to confirm the accessibility button is gone
π· Removing the AllAccessible script from the head section
WordPress
If you installed the AllAccessible WordPress plugin:
Log in to your WordPress admin dashboard
Go to Plugins β Installed Plugins
Find AllAccessible
Click Deactivate to turn it off
To remove it completely, click Delete after deactivating
π· Deactivating the AllAccessible plugin in WordPress
Note: If you added AllAccessible to WordPress with a manual code snippet (for example, in your theme's header or via a code-snippet plugin) instead of the AllAccessible plugin, remove that snippet using the Generic JavaScript Snippet steps above.
Shopify
Most Shopify installs add the widget as a small snippet in your theme code.
In your Shopify admin, go to Online Store β Themes
On your live theme, click "..." (three dots) β Edit code
Under Layout, open theme.liquid
Find the AllAccessible snippet (search for
allAccessibleorallaccessible.org), just above the closing</head>tagDelete the entire snippet
Click Save
View your storefront to confirm the widget is gone
π· Removing the AllAccessible snippet from theme.liquid in Shopify
If you installed via an AllAccessible Shopify app: remove or uninstall the app from Settings β Apps and sales channels, and remove any theme app embed the app added under Online Store β Themes β Customize β App embeds.
Wix
If you added AllAccessible through Wix Custom Code:
In your Wix dashboard, go to Settings β Custom Code (under Advanced)
Find the AllAccessible code entry
Click the "..." (or the options menu) next to it and choose Delete
Publish your site to apply the change
π· Deleting AllAccessible from Wix Custom Code
Squarespace
If you added AllAccessible through Squarespace code injection:
In your Squarespace dashboard, go to Settings β Advanced β Code Injection
Find the AllAccessible snippet in the Header field
Delete the snippet
Click Save
GoDaddy
If you added AllAccessible to a GoDaddy Website Builder site or a GoDaddy-hosted site:
Open the location where you added the code (for GoDaddy Website Builder, this is typically an HTML/Embed section you placed on your pages; for a hosted site, it's your site's template/
<head>)Remove the AllAccessible snippet
Save and publish your site
Confirming the Widget Is Gone
After removing the code or plugin:
Clear your website cache and CDN cache if applicable
Open your site in a private/incognito browser window
Confirm the accessibility button no longer appears
If it's still showing, you likely have caching in place, or a second copy of the snippet elsewhere in your site. Clear caches and check all templates and code-injection areas.
Removing the Widget vs. Canceling Billing
Removing the widget code does NOT cancel your subscription. Your plan continues to bill until you cancel it, even if the widget is no longer on your site.
To stop being billed:
Log in to your AllAccessible dashboard
Go to the Billing section
Click Manage Billing to open the secure billing portal
Cancel your subscription there
For full details on cancellation timing, data retention, and refunds, see Cancellation and Refunds.
Tip: If your goal is to reduce cost rather than leave entirely, you may be able to downgrade or remove add-ons instead of canceling. See Managing Add-Ons and Upgrades.
Frequently Asked Questions
Q: I deleted the code but I'm still being charged. Why?
A: Removing the widget from your site and canceling your subscription are separate actions. Cancel in the dashboard under Billing β Manage Billing.
Q: Will removing the widget delete my account data?
A: No. Removing the widget only takes it off your site. Your account and data are handled by your subscription status and our data retention policy β see Cancellation and Refunds.
Q: The widget still shows after I removed the code. What now?
A: Clear your website and CDN caches, then check for a second copy of the snippet in another template or code-injection area.
Related Articles
Need Help?
If you're unsure how to remove the widget on your platform, contact [email protected] with your website URL and how you installed it.
Last Updated: July 2026
βArticle Category: Troubleshooting
βRemember: Removing the widget does not cancel billing β cancel separately via Dashboard β Billing β Manage Billing.
