Critical
Links lack accessible text
WCAG 2.4.4 (A)1 instance1 inspected page
Links expose no accessible name, so screen-reader users cannot determine their destination.
Why it mattersLinks expose no accessible name, so screen-reader users cannot determine their destination.
Recommended correctionThis link exposes no accessible text. Add visible text that identifies its destination, or remove the link if it serves no purpose. For an icon-only link, provide an aria-label describing where it goes. The link points to #c336ce4e-0cc2-498a-8fe2-cf000e0ed230-mtu6nxme-9i22.
View 1 affected element
Component · Ref RF9BEQ
Affected pagehttps://www.candle-lite.com/
Element.active-popup-card > .jdgm-popup-card__full-rev-link[role="button"]
Rolebutton
Markup<a class="jdgm-popup-card__full-rev-link" href="#c336ce4e-0cc2-498a-8fe2-cf000e0ed230-mtu6nxme-9i22" role="button"></a>
High
Hidden elements can still receive keyboard focus
WCAG 2.4.3 (A)50 instances5 inspected pages
An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.
Why it mattersAn element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.
Recommended correctionKeep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.
View 50 affected elements
Component · Ref KEXRGG
Affected pagehttps://www.candle-lite.com/account/login
Elementbutton#dyslexicFont
Accessible nameDyslexic Font
Markup<button type="button" class="accessibly-app-read-ignore accessibly-app-option-button accessibly-app-ignore" id="dyslexicFont" aria-label="Dyslexic Font" style="color: rgb(87, 76, 213);"><span class="accessibly-app-read-ignore accessibly-app-assertive accessibly-app-ignore" aria-live="assertive">Dyslexic Font</span><div style="color: rgb(87, 76, 213);"><span class="accessibly-app-icon-dyslexic-font accessibly-app-option-icon accessibly-app-ignore"></span></div><span accessibly-app-i18n-key="dyslexicFont" class="accessibly-app-option-title accessibly-app-ignore">Dyslexic Font</span></button>
Affected pages/ /account/login /checkout /pages/sign-in-for-instant-entry /cart
Component · Ref S23BNK
Affected pagehttps://www.candle-lite.com/account/login
Elementdiv#accessiblyAppDialog > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(3) > button:nth-of-type(1)
Accessible nameLanguage Settings
Markup<button type="button" class="accessibly-app-ignore accessibly-app-gap-1 accessibly-app-uppercase" aria-label="Language Settings"><span class="accessibly-app-icon-globe accessibly-app-ignore"></span><span>en</span></button>
Affected pages/ /account/login /checkout /pages/sign-in-for-instant-entry /cart
High
Interactive controls are not keyboard-accessible
WCAG 2.1.1 (A)15 instances3 inspected pages
A control that responds to clicks (a clickable element or an ARIA widget) cannot receive keyboard focus, so keyboard and switch users cannot operate it.
Why it mattersA control that responds to clicks (a clickable element or an ARIA widget) cannot receive keyboard focus, so keyboard and switch users cannot operate it.
Recommended correctionUse a native <button>/<a>, or add tabindex="0" plus keyboard event handlers (Enter/Space) to custom controls.
View 15 affected elements
Component · Ref V9VIT2
Affected pagehttps://www.candle-lite.com/cart
Elementdiv#shopify-block-AWTZhbW00S0txY2tBM__15181020662106344915 > div > div > div:nth-of-type(1) > div:nth-of-type(1) > span
Accessible nameClose popup widget
Rolebutton
Markup<span class="jdgm-popup-card__close-btn" aria-label="Close popup widget" role="button"> </span>
Affected pages/ /checkout /cart
Medium
ARIA attributes have invalid values
WCAG 4.1.2 (A)5 instances5 inspected pages
ARIA attributes reference ids that do not exist or hold invalid values, breaking the accessibility tree.
Why it mattersARIA attributes reference ids that do not exist or hold invalid values, breaking the accessibility tree.
Recommended correctionCorrect ARIA attribute values and ensure referenced ids exist in the DOM.
View 5 affected elements
Component · Ref REVM5P
Affected pagehttps://www.candle-lite.com/cart
Element#proxy-nav > .navigation__tier-1-container > .navigation__tier-1 > .navigation__item--with-mega-menu.navigation__item--with-children.navigation__item > a[aria-controls="NavigationTier2-1"][href$="all"][aria-haspopup="true"]
Accessible nameShop
Markup<a href="/collections/all" class="navigation__link" aria-haspopup="true" aria-expanded="false" aria-controls="NavigationTier2-1">Shop</a>
Affected pages/ /account/login /checkout /pages/sign-in-for-instant-entry /cart
Medium
Content sits outside any landmark region
WCAG 1.3.1 (A)5 instances5 inspected pages
Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.
Why it mattersMeaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.
Recommended correctionWrap primary content in <main> and other regions in appropriate landmark elements.
View 5 affected elements
Component · Ref V4CFMH
Affected pagehttps://www.candle-lite.com/account/login
Elementsection#shopify-pc__banner > div
Accessible nameWe value your privacyWe use cookies and other technologies to personalize your experience, perform marketing, and collect analytics. Learn more in our Privacy Policy.Manage preferencesAcceptDecline
Markup<div class="shopify-pc__banner__wrapper"><div class="shopify-pc__banner__body"><h2 id="shopify-pc__banner__body-title">We value your privacy</h2><p>We use cookies and other technologies to personalize your experience, perform marketing, and collect analytics. Learn more in our <a id="shopify-pc__banner__body-policy-link" href="https://www.candle-lite.com/policies/privacy-policy" target="_blank" rel="noopener noreferrer">Privacy Policy.</a></p></div><div class="shopify-pc__banner__btns shopify-pc__banner__btns-granular"><button id="shopify-pc__banner__btn-manage-prefs" class="shopify-pc__banne…
Affected pages/ /account/login /checkout /pages/sign-in-for-instant-entry /cart
Medium
Navigation regions are not distinguishable
WCAG 1.3.1 (A)5 instances5 inspected pages
The page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.
Why it mattersThe page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.
Recommended correctionGive each navigation region a distinct aria-label (e.g. "Primary", "Footer") when more than one is present.
View 5 affected elements
Component · Ref 9RUTAR
Affected pagehttps://www.candle-lite.com/pages/sign-in-for-instant-entry
Elementdiv#shopify-section-sections--26216858419568__footer > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2)
Accessible namePrivacy Policy
Terms & Conditions
Returns
Rolenavigation
Markup<div class="section-footer__lower-menu" role="navigation">
<ul class="section-footer__lower-menu__list" aria-label="Secondary">
<li>
<a href="/pages/privacy-policy">Privacy Policy</a>
</li>
<li>
<a href="/pages/terms-conditions">Terms & Conditions</a>
</li>
<li>
<a href="/pages/return-policy">Returns</a>
</li>
</ul>
</div> Affected pages/ /account/login /checkout /pages/sign-in-for-instant-entry /cart
Medium
Text has insufficient colour contrast
WCAG 1.4.3 (AA)9 instances3 inspected pages
Text and background colours do not meet the minimum contrast ratio, reducing legibility.
Why it mattersText and background colours do not meet the minimum contrast ratio, reducing legibility.
Recommended correctionIncrease the contrast ratio to at least 4.5:1 for normal text and 3:1 for large text.
View 9 affected elements
Component · Ref 2JZWYK
Affected pagehttps://www.candle-lite.com/
Element.text-overlay__button
Accessible nameShop PURE odor-eliminating candles
Markup<a class="text-overlay__button btn btn--secondary" href="/collections/pure">Shop PURE odor-eliminating candles</a>
Affected pages/ /checkout
Component · Ref B28RPH
Affected pagehttps://www.candle-lite.com/
Elementa[data-type="ver_rev"] > .jdgm-medal__value
Accessible name974
Markup<div class="jdgm-medal__value ">974</div>
Affected pages/ /checkout
Component · Ref GQK7UI
Affected pagehttps://www.candle-lite.com/
Element.active-popup-card > .jdgm-popup-card__rev-prod-wrapper > .jdgm-popup-card__prod-wrapper > .jdgm-popup-card__prod-title
Accessible nameProtect 2-wick 15oz Jar Candle
Markup<div class="jdgm-popup-card__prod-title"> Protect 2-wick 15oz Jar Candle </div>
Component · Ref EAQ321
Affected pagehttps://www.candle-lite.com/
Element.large-text > p
Accessible nameSet the ViBE. Change the mood. Burn beautifully.
Markup<p>Set the ViBE. Change the mood. Burn beautifully.</p>
Component · Ref 9ZWEW2
Affected pagehttps://www.candle-lite.com/account/login
Element.shopify-pc__banner__body > p
Accessible nameWe use cookies and other technologies to personalize your experience, perform marketing, and collect analytics. Learn more in our Privacy Policy.
Low
Low-quality alternative text
WCAG 1.1.1 (A)15 instances3 inspected pages
Alt text looks like a filename, a generic word ("image", "photo"), or is duplicated across unrelated images — it likely does not describe the content.
Why it mattersAlt text looks like a filename, a generic word ("image", "photo"), or is duplicated across unrelated images — it likely does not describe the content.
Recommended correctionReplace placeholder or filename alt text with a concise description of what the image conveys.
View 15 affected elements
Component · Ref CP9VUE
Affected pagehttps://www.candle-lite.com/cart
Elementdiv > div > div:nth-of-type(1) > div:nth-of-type(3) > div:nth-of-type(1) > img
Accessible nameReview picture
Markup<img class="jdgm-popup-card__pic" title="Review picture" alt="Review picture" data-src="https://review-images.judgeme.com/candle-lite-company/1764342937__img_4999__original.jpeg?quality=80&width=240" src="https://review-images.judgeme.com/candle-lite-company/1764342937__img_4999__original.jpeg?quality=80&width=240">
Affected pages/ /checkout /cart
Component · Ref TYX099
Affected pagehttps://www.candle-lite.com/cart
Elementdiv#c336ce4e-0cc2-498a-8fe2-cf000e0ed230-mtu6o6jz-fyt4 > div:nth-of-type(2) > div:nth-of-type(3) > a > img
Markup<img class="jdgm-full-rev__pic-img" alt="User picture" data-src="https://review-images.judgeme.com/candle-lite-company/1776567662__img_5293__original.jpeg?quality=80&width=160">
Affected pages/ /checkout /cart
Low
Page has no level-one heading
WCAG 1.3.1 (A)1 instance1 inspected page
The page exposes no <h1>, so its topic is not conveyed in the heading structure.
Why it mattersThe page exposes no <h1>, so its topic is not conveyed in the heading structure.
Recommended correctionAdd a single descriptive <h1> that names the page's primary purpose.
View 1 affected element
Component · Ref FMIMRI
Affected pagehttps://www.candle-lite.com/account/login
Elementhtml > body
Accessible nameBackAccessibility optionsenAre you sure you want to hide the widget forever? If you need it back, please clear your cookies.OkCancelContentBigger TextBigger TextBigger CursorBigger CursorText ReaderTooltipsLine HeightLine HeightHide ImagesHide imagesReadable FontsReadable fontsDyslexic FontDyslexic FontStop AnimationsStop AnimationsColorsInvert ColorInvert ColorsBrightnessBrightnessContrastContrastSaturationSaturationColor FiltersGrayscaleRed/GreenBlue/YellowGreen/RedNavigationReading LineReading LineHighlight LinksHighlight LinksReading MaskReading MaskPage StructurePage StructureSelected LanguageEnglish (United States)All LanguagesSearch languageEnglish (British)English (United States)DanishDutchFinnishFrenchGermanGreekHebrewItalianJapaneseKoreanLatvianPolishPortugueseSpanishSwedishThaiTurkishAccessibility StatementOur Commitment to AccessibilityWe are committed to ensuring digital accessibility for people with disabilities. We are continually improving the user experience for everyone, and applying the relevant accessibility standards to help users with various disabilities access our website effectively.Compliance StatusOur website strives to conform to the Web Content Accessibility Guidelines (WCAG) 2.1 Level AA standards. We also aim to be compliant with the Americans with Disabilities Act (ADA) and the European Accessibility Act requirements. These guidelines and regulations explain how to make web content more accessible to people with a wide range of disabilities. We acknowledge that some aspects of our website may not yet achieve full compliance, and we are actively working to address these areas.Accessibility Features AvailableOur website implements the Accessibly App, which provides a variety of tools to enhance website accessibility:Visual AdjustmentsBigger Text: Increase text size up to 3x for better readability (WCAG 2.1/1.4.4)Bigger Cursor: Enhanced cursor visibility for easier navigationColor Adjustments: Invert colors, adjust contrast, brightness, and saturationGrayscale Mode: Convert website to grayscale for users with visual impairmentsHide Images: Reduce visual distractions for easier readingReading and Navigation AidsReading Line: Adds a guide line to help follow textReading Mask: Places a mask over text to isolate lines and enhance focusReadable Fonts: Converts to highly legible fonts for better comprehensionHighlight Links: Makes links more prominent for easier navigationDyslexic Fonts: Special typography for users with dyslexiaPage Structure: Simplified layout options for easier navigationAssistive TechnologiesKeyboard Navigation: Full website control using keyboard (Tab, Shift+Tab, Enter)Alt Text for Images: AI-generated image descriptions where manual ones aren't providedRead Page Aloud: Text-to-speech functionalityStop Animations: Pause motion content for users with vestibular disordersLimitations and FeedbackDespite our best efforts to ensure accessibility, there may be some limitations. Content provided by third parties, user-generated content, or certain legacy pages may not be fully accessible. We are continuously working to improve our website's accessibility.We welcome your feedback on the accessibility of our website. If you encounter any barriers or have suggestions for improvement, please contact us. We are committed to addressing these issues promptly.Technical InformationThe accessibility features on this website are provided through the Accessibly App, which utilizes several technologies including HTML, CSS, JavaScript, and various frameworks to enhance accessibility. Our implementation strives to be compatible with major screen readers and assistive technologies.Legal DisclaimerWhile we strive to adhere to WCAG 2.1 Level AA standards and provide accessible content, we cannot guarantee that our website will be accessible to all users under all circumstances. This website is provided 'as is' without any representations or warranties, express or implied.In no event shall we be liable for any damages arising from or related to:Inability to access or use the websiteAny alleged non-compliance with accessibility laws or regulationsAny disruption or errors in the functionality of accessibility featuresBy using this website, you agree to hold us harmless from any claims related to website accessibility issues. We are committed to addressing accessibility barriers in good faith but cannot guarantee immediate resolution in all cases.Contact UsIf you have any questions about our accessibility efforts or encounter any barriers while using our website, please contact us.
Reset SettingsAccessibility statement
📢Ordering on Candle-lite.com is not currently available. Check back soon.
We value your privacyWe use cookies and other technologies to personalize your experience, perform marketing, and collect analytics. Learn more in our Privacy Policy.Manage preferencesAcceptDecline
Skip to content
#section-id-sections--26216858517872__announcement-bar {
--bg-color: #09728c;
--bg-gradient: ;
--heading-color: 255 255 255;
--text-color: 255 255 255;
--link-color: 255 255 255;
--announcement-font-size: 14px;
}
Facebook
Instagram
Free Shipping on orders over $65
Candle-lite
PartyLite
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option')
.classList.add('custom-select__option--visual-group-end');
}
this.selectedOption = this.querySelector('[aria-selected="true"]');
if (!this.selectedOption) {
this.selectedOption = this.listbox.firstElementChild;
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
document.getElementById('annbar-localization').addEventListener('change', (evt) => {
const input = evt.target.closest('.localization__sel…[truncated by Evolize: exceeded D1 value limit]
Markup<body class="template-customers-login
swatch-source-native swatch-method-swatches swatch-style-icon_circle
cc-animate-enabled"><div id="accessiblyWidgetLandmark" role="complementary" aria-label="Accessibility Tools" class="accessibly-app-ignore"><div id="accessiblyAppWidgetButton" class="accessibly-app-widget-button-container accessibly-app-ignore bottom-right" style="bottom: 10px; right: 10px;"><button id="accessiblyAppDialogButton" tabindex="-1" aria-label="Accessibility Widget, click to open" class="accessibly-app-widget-button accessibly-app-ignore accessibly-app-icon-small" style="backg…
Low
Touch targets are too small
WCAG 2.5.8 (AA)1 instance1 inspected page
Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.
Why it mattersInteractive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.
Recommended correctionIncrease this <a>'s rendered area to at least 24 × 24 CSS pixels, or provide sufficient spacing from adjacent targets. Prefer increasing padding on the existing control (for example the button or link) rather than adding a separate non-interactive wrapper.
View 1 affected element
Component · Ref DHMT0T
Affected pagehttps://www.candle-lite.com/account/login
Element#forgot_password > .underline[href="#"]
Accessible nameForgot password
Markup<a class="underline" href="#" onclick="showRecoverPasswordForm();return false;">Forgot password</a>