Shopify stores account for 32% of all digital accessibility lawsuits filed against ecommerce platforms. That figure comes from actual legal filings, not projections. An accessibility overlay widget you bolted on for $49/month is not Shopify store accessibility compliance — and the organizations that sell those widgets are facing their own lawsuits from disability rights advocates who argue the overlays are inadequate by design.
Key Takeaways
- Shopify’s default themes cover 16–22% of WCAG 2.2 success criteria — the rest is your responsibility as the merchant
- ADA lawsuits against ecommerce stores cost $25,000–$75,000 per filing in legal fees, settlements, and remediation; most are avoidable
- Overlay apps (AccessiBe, AudioEye) face active disability rights lawsuits for being insufficient — they do not provide legal compliance
- The EU’s European Accessibility Act (EAA) became enforceable June 28, 2025 — US merchants selling to EU customers are subject to it
The Three Legal Frameworks You Need to Know
ADA Title III: What It Covers for Ecommerce
The Americans with Disabilities Act Title III prohibits discrimination by places of public accommodation. Federal courts have consistently ruled that websites constitute “places of public accommodation” — meaning the ADA applies to ecommerce stores.
There is no explicit ADA technical standard for websites. Courts apply the WCAG (Web Content Accessibility Guidelines) as the de facto technical benchmark in ADA litigation. When your store is sued, WCAG compliance is what’s tested.
The plaintiff bar has industrialized ADA ecommerce litigation. Serial litigants file hundreds of cases per year — most settle for $10,000–$30,000 before going to court. The math works for plaintiffs because settlement is cheaper than litigation for most merchants.
Who gets sued most often: Fashion and apparel, health and beauty, food and beverage, and home goods — the categories where online shopping is most common and where many users with disabilities (vision impairment, motor disabilities) shop regularly.
WCAG 2.2 Level AA: The Technical Standard
WCAG (Web Content Accessibility Guidelines) is published by the W3C and updated periodically. WCAG 2.2 is the current version (ISO recognized in 2025). Level AA is the standard required in ADA litigation and explicitly required by the European Accessibility Act.
WCAG 2.2 Level AA has 78 success criteria across four principles:
- Perceivable: Content must be presentable in ways users can perceive
- Operable: Interface components must be operable by all users
- Understandable: Content and operation must be understandable
- Robust: Content must be interpretable by assistive technologies
“WCAG compliant” means passing all 78 criteria at Level AA. A Shopify store that passes 60 of them is not compliant — it has 18 legal vulnerabilities.
European Accessibility Act (EAA): What Changed in June 2025
The EU’s European Accessibility Act became enforceable on June 28, 2025. It applies to:
- EU-based businesses providing digital services (including ecommerce)
- Non-EU businesses (including US merchants) selling to EU customers via their website
The EAA specifically covers online shopping websites. It requires WCAG 2.1 Level AA compliance at minimum — effectively the same technical standard as the US ADA litigation benchmark.
Enforcement is handled by national authorities in each EU member state. Penalties vary by country but include fines and prohibition from selling in non-compliant EU markets. For US merchants doing meaningful business with EU customers, Shopify store accessibility is not optional.
A US skincare brand received three ADA demand letters in early 2025. Their store was on a standard Shopify theme with an AccessiBe overlay they’d added two years prior. Their legal counsel advised that AccessiBe overlays don’t constitute compliance under the standards applied in ADA litigation. Settlement cost: $47,000 across the three cases plus $12,000 in actual accessibility remediation work. Total: $59,000. The AccessiBe subscription had cost them $1,188 over two years. The remediation work they needed to do was largely addressable with a $3,000–$5,000 developer engagement focused on the specific WCAG failures. The overlay provided a false sense of security at real legal cost.
Shopify Store Accessibility: What Shopify Covers vs. Your Responsibility
Shopify’s Baseline Theme Accessibility (16–22% of WCAG Criteria)
Shopify’s default themes — Dawn in particular — are built with accessibility in mind. The Shopify theme team follows accessibility best practices and the themes meet several WCAG criteria by default.
But Shopify’s own documentation acknowledges that themes cover only a portion of WCAG requirements. Estimates from accessibility auditors suggest Shopify’s default themes, out of the box, address 16–22% of WCAG 2.2 Level AA success criteria. That’s a minority of what full compliance requires.
The remainder — form labels, color contrast, alt text, keyboard navigation, focus indicators, video captions, error messaging — is your responsibility as the merchant.
Third-Party Apps: Your Responsibility, Not Shopify’s
Every third-party app you install in your Shopify store potentially introduces accessibility failures. Shopify has no universal accessibility requirement for apps. A review app with poor color contrast, a chat widget that’s a keyboard trap, a custom product configurator with no accessible alternative — all create WCAG failures that are your liability as the merchant.
This matters in practice: In ADA litigation, the accessibility barrier found on your site is your problem — not the app developer’s. The legal exposure flows to the merchant.
When evaluating new apps, ask the vendor directly: “Do you have a VPAT (Voluntary Product Accessibility Template) or accessibility conformance report?” If they don’t, the app’s accessibility status is unknown. Prioritize apps that publish accessibility documentation.
Custom Theme Code: Where Most Accessibility Failures Happen
If you’re using a custom Shopify theme — or a premium theme that’s been customized with additional code — the customizations are the most common source of WCAG failures. Developer choices around color contrast, interactive element design, and form construction often introduce barriers that weren’t in the base theme.
Custom sections, landing pages, and specialized product page layouts are the highest-risk areas for accessibility failures. Any custom development work should include accessibility review as a deliverable, not an afterthought.
The Most Common Accessibility Failures on Shopify Stores
Missing Alt Text on Product Images
Missing alt text on product images is the most commonly cited Shopify accessibility failure in ADA complaints against ecommerce stores. Screen readers read alt text to describe images to visually impaired users. A product page with 10 images and no alt text has 10 WCAG failures.
The fix: Shopify’s product image fields accept alt text. Make it standard practice to add descriptive alt text to every product image. The alt text should describe the image content in the context of the product: “Blue ceramic travel mug with handle and silicone lid, 16oz” — not “IMG_4521” or blank.
Inaccessible Navigation and Keyboard Traps
Screen reader users and motor-impaired users navigate websites primarily via keyboard (tab key to move between elements, enter to activate). A keyboard trap occurs when focus moves into an element — a modal, dropdown menu, or overlay widget — and cannot be moved out with standard keyboard commands.
Keyboard navigation must be fully functional throughout your store: you must be able to navigate the header, access all menu items, select products, add to cart, and complete checkout using only keyboard inputs. Any element that breaks this flow is a WCAG failure and a common ADA complaint trigger.
Low Color Contrast in Themes
WCAG requires a minimum contrast ratio of 4.5:1 for normal text and 3:1 for large text. Many Shopify themes ship with contrast ratios below this threshold — particularly for secondary text, navigation items, and placeholder text in form fields.
Common failures: light gray text on white backgrounds, pastel color schemes where text and background are similar in lightness, transparent overlays on images that reduce text contrast.
The fix: Use a contrast checking tool (WebAIM’s Contrast Checker is free) to verify all text-background combinations. Adjust color values until they meet the 4.5:1 threshold.
Non-Accessible Form Fields and Labels
Every form input (name, email, search box, review field, contact form) must have a visible label associated with it. Placeholder text inside input fields does not satisfy the label requirement — when the user starts typing, the placeholder disappears, leaving no visible label.
Checkout forms are a common failure point — “First Name” as placeholder text rather than a visible label above the field is a WCAG failure that affects users with cognitive disabilities who need persistent field labels.
Video Without Captions
Any video with audio content on your store must have synchronized captions. Product videos, brand videos, tutorial content — all require captions for users who are deaf or hard of hearing.
Auto-generated captions (YouTube’s auto-caption feature, for example) are not sufficient for WCAG compliance. Captions must be accurate. Machine-generated captions for product-specific content often contain errors that make them unusable.
The Overlay App Problem
What AccessiBe and AudioEye Claim to Do
Accessibility overlay apps — AccessiBe, AudioEye, UserWay, and similar tools — add a JavaScript widget to your site that offers users a menu of accessibility adjustments: increase text size, adjust contrast, enable screen reader mode, and so on.
The pitch: install one script and achieve ADA compliance. The reality is more complicated.
Why Overlay Solutions Face Disability Rights Lawsuits
The National Federation of the Blind, Disability Rights Advocates, and individual accessibility advocates have filed complaints and lawsuits against AccessiBe specifically, arguing that the overlay does not actually make websites accessible — it creates a simulated accessibility experience that real assistive technology users find disruptive.
The core problem: overlay apps run on top of inaccessible code. They attempt to modify the accessibility tree dynamically. This approach has been demonstrated to interfere with screen readers in ways that make the site harder to use, not easier, for many users with disabilities.
Multiple accessibility professionals have published technical documentation showing that WCAG compliance requires the underlying code to be accessible — not a JavaScript overlay attempting to fix inaccessible code in real time.
What Real WCAG Compliance Actually Requires
Real Shopify store accessibility is achieved in the code, not overlaid on top of it:
- Semantic HTML that screen readers can interpret correctly
- Proper ARIA labels on interactive elements that don’t have natural text labels
- Color contrast ratios meeting WCAG minimums in the CSS
- Logical heading hierarchy (H1, H2, H3 in proper order)
- Focus management for modals and dynamic content
- Captions on video content
- Form labels associated with inputs via
forandidattributes
None of this requires an overlay. It requires accessibility-conscious development from the start — or an accessibility audit followed by targeted code fixes.
Need an accessibility audit or accessible custom theme work? See our Shopify theme audit services →
The Business Case for Accessibility
Lawsuit Cost: $25,000–$75,000 Per Filing
The average ADA digital accessibility lawsuit costs $25,000–$75,000 in total: legal fees, settlement costs, and post-settlement remediation. Stores in high-risk verticals (fashion, beauty, food) may face multiple filings.
The remediation cost to actually achieve WCAG compliance — fixing the underlying code issues — typically runs $3,000–$15,000 for a standard Shopify store, depending on the scope of changes needed. The ratio is clear: fixing the problem costs significantly less than defending the lawsuit.
Market Size: 26% of US Adults Have a Disability
26% of US adults have some form of disability. Not all disabilities affect web browsing, but the segment includes visual impairments (color blindness affects 8% of men), motor impairments, cognitive disabilities, and hearing impairments. Inaccessible stores exclude customers with real purchase intent.
The business case: accessible Shopify stores convert the full addressable market, not 74% of it. The accessibility investment is not just legal risk mitigation — it’s conversion optimization for a segment your inaccessible store is currently blocking.
SEO Benefits of Accessible Markup
Accessible HTML and SEO-optimized HTML overlap significantly:
- Alt text on images: required for accessibility and beneficial for image search
- Logical heading hierarchy: required for accessibility and a core SEO structure requirement
- Descriptive link text: required for accessibility, beneficial for context-based link relevance
- Fast-loading, clean HTML: benefits both screen readers and Core Web Vitals scores
An accessibility audit frequently surfaces the same technical issues as an SEO audit. The fixes improve both dimensions simultaneously.
EU Market Access: EAA Compliance Opens (and Closes) Doors
The EAA doesn’t just create legal risk — it creates market access implications. EU merchants building B2B buyer portals, public procurement websites, or consumer-facing shops now require their supply chain to meet accessibility standards in many sectors.
For US merchants with significant EU revenue, EAA compliance is a market qualification requirement as much as a legal one. The EU is the world’s second-largest ecommerce market. Non-compliance is a market access problem.
How to Audit Your Shopify Store
Free Tools: axe DevTools, WAVE Browser Extension
Two free tools provide immediate, actionable accessibility audit data:
axe DevTools (Chrome extension): Install the axe browser extension, navigate to any page of your store, and run an automated scan. The results identify specific WCAG violations with page location, violation type, and severity. The free version covers a substantial portion of detectable issues.
WAVE (Web Accessibility Evaluation Tool): Available as a browser extension or at wave.webaim.org. Provides visual annotations directly on the page showing accessibility errors, alerts, and structural elements. Particularly useful for identifying missing alt text, contrast issues, and structural problems.
Automated tools detect approximately 30–40% of WCAG issues. The remainder require manual testing — navigating with a keyboard only, testing with actual screen readers (NVDA on Windows, VoiceOver on Mac), and evaluating cognitive accessibility which can’t be automated.
When to Hire an Accessibility Specialist vs DIY Audit
For standard Shopify stores with default or lightly customized themes: an automated audit plus manual keyboard navigation test catches the most common issues. A developer can fix most findings without specialized accessibility expertise.
For custom theme builds, headless storefronts, or stores with complex interactive elements: hire an accessibility specialist for the audit. WCAG 2.2 compliance for complex applications requires expertise that automated tools can’t replace.
Cost of specialist accessibility audit: $2,000–$8,000 depending on store complexity. Cost of VPAT (Voluntary Product Accessibility Template) preparation for enterprise B2B: $3,000–$10,000.
Writing an Accessibility Statement (Required for EAA)
The EU’s EAA requires a published accessibility statement on your website. The statement must:
- Declare your compliance status (compliant, partially compliant, non-compliant)
- List known accessibility barriers
- Provide contact information for reporting accessibility issues
- Describe the enforcement procedure for unresolved complaints
For US merchants: an accessibility statement isn’t legally required under the ADA, but publishing one demonstrates good faith effort and can be a mitigating factor in legal proceedings. The W3C provides a free Accessibility Statement Generator that produces a compliant statement.
Conclusion
Shopify store accessibility is a merchant responsibility. Shopify provides a foundation — not a ceiling. The platform handles some baseline requirements; the rest depends on your theme code, your apps, and your operational practices for product content (alt text, captions).
The most direct risk mitigation: run a free axe audit today. Fix the high-impact violations (missing alt text, contrast failures, keyboard traps, unlabeled form fields). Avoid overlay apps as your compliance strategy. Get legal counsel to review any demand letters before responding.
The most direct business case: accessible stores serve 100% of their market, not 74% of it. The work required to reach WCAG compliance is less expensive than the average ADA settlement — and it converts the segment your inaccessible store is currently excluding.
For custom Shopify theme work built to WCAG 2.2 standards, our Shopify agency builds accessible themes from scratch. See our Shopify theme audit and compliance services →
Frequently Asked Questions
Is Shopify ADA compliant out of the box?
No. Shopify’s default themes implement some WCAG criteria by design but cover only 16–22% of WCAG 2.2 Level AA success criteria. The remainder — alt text on product images, color contrast in your chosen color scheme, form label structure, app-added content accessibility — is the merchant’s responsibility. ADA compliance for a Shopify store requires active implementation, not just choosing Shopify as a platform.
What WCAG level do Shopify stores need to meet?
WCAG 2.2 Level AA is the standard applied in ADA litigation and required by the EU’s European Accessibility Act. Level A is the baseline minimum but is insufficient for legal compliance. Level AAA is aspirational and not required. Target Level AA as your compliance benchmark.
Does the European Accessibility Act apply to US merchants?
Yes, if you sell to EU customers. The EAA applies to any business providing digital services (including ecommerce) to EU consumers, regardless of where the business is headquartered. US merchants with EU customers are subject to EAA requirements. Enforcement is by national authorities in each EU member state.
Are accessibility overlays legally sufficient for ADA compliance?
No, according to the legal record. Overlay apps have been cited in ADA complaints as insufficient. Courts and accessibility advocates have documented that overlays fail to provide genuine WCAG compliance. Multiple accessibility lawsuits have been filed against websites that used AccessiBe and similar tools as their compliance strategy. Real compliance requires accessible underlying code.
How much does it cost to make a Shopify store WCAG compliant?
For a standard Shopify store on a default theme with common violations: $3,000–$8,000 in developer time to fix identified issues after an accessibility audit. For a custom theme with complex interactive elements: $8,000–$20,000+. The free automated tools (axe, WAVE) can identify the most common issues yourself before engaging a developer.