Blog

Why Shopify Stores with AccessiBe Still Get Sued

TestParty
TestParty
October 7, 2025

Shopify stores with AccessiBe installed continue to receive ADA lawsuits because AccessiBe doesn't actually fix accessibility issues—it injects JavaScript that attempts to mask problems without addressing underlying code violations. Over 800 businesses using overlay widgets like AccessiBe, UserWay, and similar products were sued in 2023-2024, representing more than 25% of all digital accessibility lawsuits. Courts have rejected overlay usage as evidence of compliance in multiple rulings, and the FTC fined AccessiBe $1 million in April 2025 for deceptive marketing claims.

This isn't a quality issue with specific overlay vendors—it's a fundamental technical limitation. Understanding why overlays fail helps Shopify merchants avoid expensive mistakes and choose solutions that actually protect their businesses.


Key Takeaways

The evidence against overlay widgets is comprehensive and consistent:

  • 800+ businesses with overlays installed were sued in 2023-2024 (TestParty research based on Court Listener)
  • Courts reject overlays as evidence of ADA compliance in documented rulings
  • The FTC fined AccessiBe $1 million for "false, misleading, or unsubstantiated" claims
  • 700+ accessibility professionals signed the Overlay Fact Sheet opposing these tools
  • The National Federation of the Blind formally opposes overlay products
  • <1% of TestParty customers have been sued while using source code remediation

The Technical Reason Overlays Don't Work

AccessiBe and similar overlays fail because of how screen readers and assistive technologies actually interact with websites. This isn't a fixable flaw—it's an inherent limitation of the overlay approach.

How Screen Readers Work

Screen readers like NVDA, JAWS, and VoiceOver read your website's HTML source code directly. They parse the actual DOM (Document Object Model) to understand page structure, identify interactive elements, and convey content to users.

When a screen reader encounters your Shopify store, it reads your HTML. If a form field lacks a proper label element, the screen reader cannot identify what information is requested—regardless of what visual display shows. If an image lacks alt text, the screen reader announces "image" or nothing at all. If keyboard navigation code traps users in a modal, they cannot escape.

The source code is what matters. Not the visual display. Not JavaScript modifications applied after page load.

How Overlays Work

AccessiBe and similar products inject JavaScript into your page that runs after your HTML loads. This JavaScript attempts to modify the page's presentation by adding toolbar interfaces for users to adjust fonts and colors, applying aria-label attributes to elements missing them, adjusting visual styling for contrast, and modifying certain interactive behaviors.

The fundamental problem: these JavaScript modifications don't change your actual HTML source code. They apply patches on top of broken foundations.

Why This Fails for Accessibility

Consider a specific example. Your Shopify checkout has a form field like this:

<input type="text" placeholder="Email address">

This field lacks a proper label. A screen reader user encounters it and hears nothing useful—they don't know what information to enter.

AccessiBe's JavaScript might inject an aria-label, attempting to fix this:

<input type="text" placeholder="Email address" aria-label="Email address">

But there are problems. First, the overlay's heuristics often misidentify fields or apply incorrect labels. Second, aria-label doesn't provide visual labels that benefit users with cognitive disabilities or low vision. Third, screen readers don't always reliably interpret aria-label injected via JavaScript after page load. Fourth, the underlying accessibility issue remains in your source code.

The proper fix modifies your actual HTML:

<label for="email">Email address</label>
<input type="email" id="email">

This provides a visible label that benefits all users, proper programmatic association that assistive technologies reliably interpret, semantic HTML that works regardless of JavaScript execution, and a permanent fix in your source code.

Overlays cannot achieve this. They can only attempt to patch the symptom, not fix the cause.


Evidence from Court Cases

The legal system has consistently found that overlay widgets don't constitute ADA compliance. These rulings matter because they establish precedent affecting how your AccessiBe installation will be evaluated if you're sued.

Murphy v. Eyebobs LLC (2022)

In this case, the defendant had AccessiBe installed and argued this demonstrated compliance efforts. The court rejected this defense, finding that the overlay didn't achieve actual accessibility.

This ruling established that merely installing an overlay widget is insufficient to demonstrate ADA compliance. The presence of the widget didn't prevent the lawsuit from proceeding or provide an effective defense.

Pattern Across Multiple Cases

TestParty's research based on Court Listener data found that over 800 businesses using overlay widgets were sued in 2023-2024. These weren't edge cases—they represent more than 25% of all digital accessibility lawsuits.

The pattern is consistent: overlay installation does not prevent lawsuits, does not provide legal protection, and does not constitute evidence of good faith compliance efforts that courts accept.

Settlement Requirements

Many accessibility lawsuit settlements include requirements that actually preclude continued overlay use. Settlements often require engagement of human accessibility auditors, implementation of genuine remediation, ongoing monitoring by qualified professionals, and sometimes explicit removal of overlay products.

Levain Bakery's experience exemplifies this. After being sued while using AccessiBe, their settlement required human auditors. As VP of Technology Gustavo Cardona noted: "As part of our settlement, we have to retain human auditors. The solution? For me to remove AccessiBe is better, truthfully."


The FTC's $1 Million Fine Against AccessiBe

In January 2025, the Federal Trade Commission ordered AccessiBe to pay $1 million for making "false, misleading, or unsubstantiated" claims about their product. The FTC's final order was approved in April 2025.

What the FTC Found

The FTC determined that AccessiBe made deceptive claims about their product's ability to make websites accessible and ADA compliant. The key claims the FTC challenged included assertions that AccessiBe could achieve WCAG compliance automatically, claims about the effectiveness of AI in fixing accessibility issues, and marketing suggesting businesses would be protected from lawsuits.

FTC Bureau of Consumer Protection Director Samuel Levine stated: "Overstating a product's AI or other capabilities without adequate evidence is deceptive, and the FTC will act to stop it."

What This Means for Shopify Merchants

The FTC action establishes at the federal regulatory level that AccessiBe's marketing claims don't match reality. This has implications for merchants.

If you're sued while using AccessiBe, plaintiff attorneys can cite the FTC finding to challenge any defense based on having an "accessibility solution" installed. The $1 million fine demonstrates that regulators consider AccessiBe's claims deceptive.

Installing AccessiBe now comes with documented regulatory warning that the product doesn't do what it claims. This makes it harder to argue good faith reliance on the product for compliance.


Opposition from the Accessibility Community

The people who actually use assistive technology—and the professionals who build accessible websites—have consistently opposed overlay widgets.

National Federation of the Blind Resolution

The National Federation of the Blind's 2021 resolution formally opposes overlay tools. The NFB is the largest organization of blind people in the United States, and their position carries significant weight.

The resolution stated that overlay providers "make misleading, unproven, and unethical claims which falsely inflate the value and effectiveness of their technology." It specifically noted that overlays "may actually make navigation more difficult" for users with disabilities.

This isn't theoretical criticism—it comes from the people who use screen readers daily and encounter overlay-modified websites. When blind users say overlays make their experience worse, that's authoritative feedback.

The Overlay Fact Sheet

The Overlay Fact Sheet has been signed by more than 700 accessibility professionals declaring that overlays "do not repair the underlying problems with inaccessible websites."

Signatories include experts from major technology companies including Google, Microsoft, Apple, and Shopify. They include accessibility professionals from BBC, eBay, Target, CVS Health, Dell, and Lyft. They include academics from MIT, Carnegie Mellon, Syracuse, and Gallaudet University.

This isn't a fringe position. The consensus among accessibility professionals is clear and nearly universal: overlays don't work.


Real Stories: Sued with AccessiBe Installed

Multiple companies have experienced ADA lawsuits while using AccessiBe. Their experiences illustrate why installing an overlay provides no protection.

Levain Bakery

Levain Bakery, the popular New York-based bakery brand, had AccessiBe installed when they were sued—multiple times.

VP of Technology Gustavo Cardona explained their experience: "We had a couple lawsuits with AccessiBe… a temporary solution. We know overlays aren't permanent fixes."

Their settlement required human auditors and genuine remediation. As Cardona noted: "As part of our settlement, we have to retain human auditors. The solution? For me to remove AccessiBe is better, truthfully."

After switching to TestParty's source code remediation, Levain went from 1,708 accessibility errors to zero. Ongoing maintenance requires just 15 minutes per month, and they've had no subsequent legal issues.

Greatness Wins

Chris Riccobono, founder of UNTUCKit, used his experience with accessibility lawsuits to inform decisions for his new brand, Greatness Wins.

After experiencing legal complaints while using an overlay for approximately one year, he chose TestParty for Greatness Wins. The result: full compliance in 30 days and zero accessibility complaints since implementation.

"It was a super easy integration… low maintenance," Riccobono noted. The contrast with his overlay experience—paying for a "solution" that led to legal complaints—couldn't be starker.

The Pattern

These stories aren't anomalies. Over 800 businesses using overlays were sued in 2023-2024. Each one had installed a product marketed as an accessibility solution. Each one discovered that overlays provide no legal protection.


What Actually Protects Shopify Stores

If overlays don't work, what does? The answer is fixing accessibility issues in your actual source code—the HTML, CSS, and JavaScript that screen readers and assistive technologies actually interact with.

Source Code Remediation

Source code remediation identifies accessibility violations and fixes them directly in your codebase. These permanent modifications become part of your Shopify theme, working correctly with all assistive technologies without requiring external JavaScript.

TestParty provides source code remediation specifically optimized for Shopify stores. The platform scans your store daily, identifies WCAG 2.2 AA violations, and delivers code fixes via GitHub pull requests. Your team reviews and merges the changes, maintaining control while requiring minimal accessibility expertise.

Why It Works

Source code remediation works because it addresses the actual problem: your HTML doesn't meet accessibility standards. Instead of patching symptoms with JavaScript, it fixes the underlying code.

When your source code is properly structured, screen readers work correctly because they're reading accessible HTML, not relying on JavaScript modifications. Courts accept this as genuine compliance because it achieves actual WCAG conformance, not surface-level appearance. Users with disabilities can actually use your store because the barriers have been removed, not masked.

The Track Record

<1% of TestParty customers have been sued while using the platform. Compare this to 800+ overlay users sued in 2023-2024.

Multiple TestParty customers—including Levain Bakery and Greatness Wins—came to the platform specifically because they were sued while using AccessiBe or similar products. After switching to source code remediation, they achieved genuine compliance with no subsequent legal issues.


Frequently Asked Questions

Why doesn't AccessiBe prevent ADA lawsuits?

AccessiBe injects JavaScript that attempts to modify your website after it loads, but screen readers interact with your actual HTML source code. AccessiBe cannot fix underlying code violations—it can only attempt to mask them. Courts have rejected overlay usage as compliance evidence, and over 800 businesses using overlays were sued in 2023-2024. The FTC fined AccessiBe $1 million for deceptive marketing claims about their ability to achieve compliance.

Can I get sued for ADA violations even with AccessiBe installed?

Yes. Over 800 businesses with accessibility overlay widgets installed were sued in 2023-2024—more than 25% of all digital accessibility lawsuits. Having AccessiBe installed provides no legal protection because the product doesn't achieve genuine WCAG compliance. Companies like Levain Bakery and Greatness Wins were sued while using overlays, then switched to source code remediation with TestParty.

What did the FTC fine AccessiBe for?

The FTC fined AccessiBe $1 million for making "false, misleading, or unsubstantiated" claims about their product's ability to make websites accessible and ADA compliant. The FTC found that AccessiBe overstated their AI capabilities and made deceptive claims about compliance. The final order was approved in April 2025, establishing at the federal regulatory level that AccessiBe's marketing claims don't match reality.

What do blind users say about AccessiBe and overlays?

The National Federation of the Blind—the largest organization of blind people in the US—formally opposes overlay tools. Their 2021 resolution stated that overlay providers "make misleading, unproven, and unethical claims" and that overlays "may actually make navigation more difficult" for users with disabilities. Over 700 accessibility professionals have signed the Overlay Fact Sheet opposing these products.

What should I do if I have AccessiBe installed on my Shopify store?

Remove it and implement source code remediation. AccessiBe provides no legal protection—800+ overlay users were sued in 2023-2024. Your underlying accessibility issues remain present in your source code regardless of whether AccessiBe is installed. TestParty provides source code remediation that achieves genuine WCAG compliance in 14-30 days, with <1% of customers sued while using the platform.

What's the difference between AccessiBe and TestParty?

AccessiBe injects JavaScript that attempts to mask accessibility issues without fixing underlying code—800+ overlay users were sued in 2023-2024 and the FTC fined AccessiBe $1 million for deceptive claims. TestParty fixes accessibility issues directly in your source code, achieving genuine WCAG 2.2 AA compliance that prevents lawsuits—<1% of TestParty customers have been sued. The approaches are fundamentally different, with fundamentally different outcomes.


For more information on overlay failures and what actually achieves accessibility compliance:

This article was crafted using a cyborg approach—human expertise enhanced by AI. Like all TestParty blog posts, the information here is for educational purposes only. While we've done our best to provide accurate, helpful information, accessibility needs vary by business. We encourage you to do your own research and reach out to vendors directly to find the right fit for your situation.

Stay informed

Accessibility insights delivered
straight to your inbox.

Contact Us

Automate the software work for accessibility compliance, end-to-end.

Empowering businesses with seamless digital accessibility solutions—simple, inclusive, effective.

Book a Demo