Accessibility overlays are a $1 billion industry built on a promise that doesn’t hold up. Install a JavaScript widget, pay a monthly fee, and your store becomes accessible and legally compliant. That’s the pitch from companies like accessiBe, UserWay, AudioEye, and EqualWeb.
Thousands of Shopify merchants have bought in. Many of them have been sued anyway.
What overlays actually do
An accessibility overlay is a third-party JavaScript widget that loads on your storefront and attempts to modify the page in real time. Most overlays offer two things: a visible toolbar (usually a wheelchair icon in the corner) that lets users adjust font size, contrast, and spacing, and a background AI layer that tries to add missing alt text, label form fields, and fix other WCAG violations automatically.
The toolbar part is straightforward — it’s a set of user preferences that any browser extension can already handle. The “automated remediation” part is where things fall apart.
The fundamental problem is simple: overlays don’t change your actual code. Your Shopify theme’s HTML, Liquid templates, and CSS remain exactly as they were. The overlay runs JavaScript on top of it, trying to guess what should be fixed and patching things client-side. When it works, it works temporarily and unreliably. When it doesn’t, your store is just as inaccessible as before — but now you’re paying $49/month to not know about it.
Courts don’t accept overlays as compliance
This isn’t theoretical. Federal courts in the US have ruled on this directly.
In Murphy v. Eyebobs LLC (2023), the defendant’s website used an overlay product. The court didn’t care — it found the site still had accessibility barriers and the case moved forward. In Langer v. Banana Republic, same story: overlay installed, lawsuit proceeded. The overlay’s presence wasn’t even a meaningful part of the defense.
UsableNet’s 2024 report found that companies using overlays were defendants in over 800 ADA lawsuits that year. Having an overlay on your site didn’t prevent litigation — in some cases, plaintiff’s attorneys specifically target sites with overlays because they know the underlying issues haven’t been fixed.
The Department of Justice weighed in too. In a 2022 guidance document on web accessibility, the DOJ made no mention of overlays as an acceptable compliance path. WCAG 2.1 AA conformance of the actual website is what matters.
On the European side, the European Disability Forum has explicitly warned against overlay products in their position papers on the European Accessibility Act. The EAA requires the service itself to be accessible — not that a third-party band-aid attempts to cover problems at runtime.
The technical problems are real
Even if courts hadn’t weighed in, overlays still wouldn’t be worth using. The technology just doesn’t work well enough.
Alt text can’t be guessed by AI. When your product image is missing alt text, an overlay’s AI might describe it as “a person wearing a blue shirt.” But is it a men’s slim-fit Oxford in navy, size M, on sale for $45? The AI has no idea. It doesn’t know your products, your brand, or what the image is actually supposed to communicate to a shopper. Bad alt text can be worse than no alt text — it misleads screen reader users into thinking they have information they don’t.
Keyboard navigation can’t be injected. If your theme’s mega menu only opens on mouse hover, no amount of JavaScript layering will make it properly keyboard-accessible. The overlay would need to completely rewrite your navigation’s event handling, focus management, and ARIA attributes. Most don’t even attempt this — and the ones that do create Frankenstein interactions that confuse assistive technology more than they help.
Dynamic content breaks overlays. Shopify stores are full of dynamic elements: quick-add carts, variant selectors, popup modals, infinite scroll product grids. Every time the DOM changes, the overlay has to re-scan and re-patch. It’s a race condition that the overlay frequently loses, leaving users stuck with inaccessible elements that appeared after page load.
Overlays conflict with user settings. People who use screen readers have their own configurations and preferences. When an overlay intercepts page content and modifies the accessibility tree, it can actually interfere with settings the user has already configured in their assistive technology. The National Federation of the Blind has received hundreds of complaints from users about overlays making sites harder to use, not easier.
The disability community has spoken clearly
The National Federation of the Blind issued a public statement opposing overlay products. So has the American Council of the Blind. Over 700 accessibility professionals signed an open letter at overlayfactsheet.com documenting the problems with overlay technology.
These aren’t edge-case opinions. The people who actually use screen readers and other assistive technology — the people overlays claim to help — are overwhelmingly against them. When your target users are telling you your solution makes things worse, that’s not a marketing problem. It’s a product problem.
Why merchants still buy them
Overlays sell well because they offer a simple answer to a scary problem. You’ve just learned that your Shopify store could get sued for accessibility violations, and here’s a company saying “just install our one line of JavaScript and you’re covered.” No theme changes, no manual work, no learning WCAG.
That’s appealing. It’s also not true.
The other reason overlays persist is that most merchants have no way to verify the claims. If you don’t use a screen reader yourself and you’ve never run an accessibility audit, you’ll see the little widget icon on your store and assume it’s doing something. You won’t know that the same form labels are still missing, the same contrast issues still exist, and the same keyboard traps are still there underneath.
What actually works
Fixing the real issues in your theme is the only path to genuine compliance. For most Shopify stores, this is more straightforward than overlay vendors want you to believe.
The usual culprits are missing alt text on product images, low color contrast in your theme, unlabeled form fields, and broken keyboard navigation. We covered all of these with step-by-step fixes in our post on ADA lawsuit risk for Shopify stores — most take minutes, not hours, and none require a developer.
The key difference: once you fix the actual HTML in your theme, it stays fixed. No JavaScript dependency running on every page load, no third-party service that can go down or get blocked, no monthly fee to maintain a fiction of compliance.
How AccessFix handles this differently
AccessFix doesn’t add a widget to your storefront. It scans your Shopify store’s actual pages, identifies every detectable WCAG 2.1 AA violation, and tells you exactly how to fix each one — with instructions specific to Shopify’s Theme Editor and admin.
No runtime JavaScript on your store. No AI guessing at alt text. No toolbar pretending to fix things it can’t fix. Just a clear report of what’s broken and how to fix it, so the fixes are real and permanent.
That’s the approach courts recognize, the disability community supports, and that actually makes your store usable for the 15% of your potential customers who have a disability.
If you’re currently paying for an overlay, cancel it and spend that money on fixing your actual issues instead. Run a free scan with AccessFix to see where you stand — it takes under a minute and covers up to 20 pages of your store.
Need help understanding your results? Visit our support page for step-by-step guidance.