BigCommerce ADA & WCAG 2.1 Compliance Guide
Make your BigCommerce store ADA and WCAG 2.1 AA compliant. Fix common accessibility issues in Cornerstone theme, checkout, and product pages.
Introduction
BigCommerce powers mid-market and enterprise e-commerce stores, but the Cornerstone theme has multiple WCAG 2.1 AA violations. As e-commerce ADA lawsuits continue to rise, BigCommerce merchants must proactively address accessibility to avoid legal exposure.
BigCommerce stores are subject to ADA Title III as places of public accommodation. The FTC and DOJ have both issued guidance that websites must be accessible. E-commerce lawsuits target checkout flows, product filtering, and image galleries most frequently.
Common Accessibility Issues
Default Cornerstone theme colors fail WCAG 1.4.3 minimum contrast ratio. Button text and placeholder text are particularly low-contrast.
BigCommerce Quick View modal doesn't trap focus or return focus when closed.
BigCommerce product images often lack meaningful alt text, defaulting to product code.
Category page filters aren't keyboard accessible and don't announce filter changes to screen readers.
How to Fix Common Issues
Fix Cornerstone Button Contrast
.button { background: #7d7d7d; color: #fff; }.button { background: #595959; color: #fff; } /* 7.0:1 ratio */Increase button background darkness to meet 4.5:1 contrast ratio. Use a contrast checker to verify. Update Cornerstone theme settings or custom CSS.
Product Image Alt Text
{{image url=img_url alt=product.sku}}{{image url=img_url alt=(concat product.name " product image")}}Use BigCommerce Handlebars helpers to construct meaningful alt text. Include product name and relevant descriptor. Avoid SKU codes as alt text.
BigCommerce-Specific Notes
BigCommerce's Page Builder has limited accessibility customization. Cornerstone theme updates in 2024 improved some ARIA but checkout still needs manual fixes. BigCommerce Checkout SDK allows custom accessible checkout experiences. Use BigCommerce's theme editor to adjust contrast colors without coding.
Accessibility Statistics
300+
Lawsuits per year
71%
Sites non-compliant
60-100 hours
Avg fix time
Frequently Asked Questions
Does BigCommerce have an accessibility app?
Can I customize BigCommerce checkout for accessibility?
Check your website for free
Get your ADA, WCAG, privacy & security score in 90 seconds.
Related guides
Shopify Accessibility & ADA Compliance for Merchants
Complete Shopify accessibility and ADA compliance guide. Fix WCAG 2.1 AA violations in themes, apps, and checkout flows. Legal protection for merchants.
Magento ADA Compliance & Accessibility Guide
Make your Magento or Adobe Commerce store ADA compliant. WCAG 2.1 AA guide for Magento 2 themes, checkout, and product pages.
WooCommerce ADA Compliance & Accessibility Guide
Make your WooCommerce store ADA and WCAG 2.1 AA compliant. Fix common WooCommerce shop, cart, and checkout accessibility issues.