Public accessibility assessment

Accessibility issues detected on grandpopsarmynavy.com

Evolize inspected 4 public pages on grandpopsarmynavy.com and detected 43 automatically identifiable accessibility findings.

43Findings detected
9WCAG criteria affected
4Pages inspected
9 Sep 2026Assessment date

Highest detected severity: Critical · 32 high-priority findings · 80% inspected-page coverage

Most widespread issueLinks lack accessible textDetected on 4 inspected pages
Most affected page/products/us-airforce-belt-buckle27 findings detected
Most represented WCAG criterionWCAG 2.4.4 — Link Purpose (In Context)15 detected findings

Is grandpopsarmynavy.com your website?

Keep this assessment current and get notified when new accessibility issues are detected.

https://

Not your website? Scan your own site →

01 · Accessibility summary

Evolize inspected 4 public pages on grandpopsarmynavy.com and detected 43 accessibility findings. The most widespread issue was "Links lack accessible text", detected on 4 inspected pages. The most affected inspected page was "/products/us-airforce-belt-buckle", where 27 findings were detected. The assessment identified findings mapped to 9 WCAG success criterions. The sections below prioritize the broadest issues and provide technical evidence for each detected finding.

02 · Start here

These findings combine the highest severity and broadest reach detected during this assessment.

  1. Critical

    Buttons have no accessible name

    WCAG 4.1.2 (A) · 4 inspected pages · 4 instances
    Why this matters

    Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

    Recommended action

    Give it an accessible name that describes the action it performs: provide visible text when a visible label is appropriate, an aria-label for an icon-only control (for example aria-label="Dismiss notification"), or aria-labelledby when an existing visible label already describes it. Avoid vague names such as "Button", "Action", or the component's internal name.

    View technical evidence →
  2. Critical

    Form fields are missing labels

    WCAG 1.3.1 (A) · 2 inspected pages · 4 instances
    Why this matters

    Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

    Recommended action

    Associate a <label> with each field via for/id, or use aria-label / aria-labelledby. Placeholder text is not a label.

    View technical evidence →
  3. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 46 instances
    Why this matters

    Links expose no accessible name, so screen-reader users cannot determine their destination.

    Recommended action

    This 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 /products/m81-woodland-camo-jungle-hat-rip-stop-made-in-usa.

    View technical evidence →
  4. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 10 instances
    Why this matters

    Links expose no accessible name, so screen-reader users cannot determine their destination.

    Recommended action

    This 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 /products/united-states-air-force-belt-buckle.

    View technical evidence →
  5. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 5 instances
    Why this matters

    Links expose no accessible name, so screen-reader users cannot determine their destination.

    Recommended action

    This 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 /collections/usa-made-hats.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
2.4.4Link Purpose (In Context)A1544 / 4
4.1.2Name, Role, ValueA944 / 4
1.3.1Info and RelationshipsA744 / 4
1.1.1Non-text ContentA522 / 4
1.4.3Contrast (Minimum)AA322 / 4
2.4.3Focus OrderA344 / 4
1.4.1Use of ColorA122 / 4
1.4.4Resize TextAA144 / 4
2.5.8Target Size (Minimum)AA144 / 4

Absence of a criterion here does not indicate conformance with it — only that no automatically detectable issue was found for it.

Continuous monitoring

A scan shows today's exposure. Monitoring shows what changes next.

Evolize continuously reassesses public website pages, detects newly introduced or recurring accessibility findings, and tracks remediation over time.

04 · All detected findings

Critical

Buttons have no accessible name

WCAG 4.1.2 (A)12 instances4 inspected pages

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Why it matters

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Recommended correction

Give it an accessible name that describes the action it performs: provide visible text when a visible label is appropriate, an aria-label for an icon-only control (for example aria-label="Dismiss notification"), or aria-labelledby when an existing visible label already describes it. Avoid vague names such as "Button", "Action", or the component's internal name.

View 12 affected elements
Component · Ref XSHOAW
Affected pagehttps://grandpopsarmynavy.com/
Element#Subscribe
Markup
<button class="btn btn-link" type="submit" value="Subscribe" name="commit" id="Subscribe"><span class="fa fa-check"></span></button>
Affected pages/ /pages/contact-us /policies/terms-of-service /products/us-airforce-belt-buckle
Component · Ref KN5WN1
Affected pagehttps://grandpopsarmynavy.com/
Element#featured-products-section-dc952639-2c48-4758-a03b-0dbb0e52ce5c > .owl-nav > .owl-prev.disabled[type="button"]
Markup
<button type="button" role="presentation" class="owl-prev disabled"><i class="fa fa-chevron-left"></i></button>
Component · Ref 4R2XYH
Affected pagehttps://grandpopsarmynavy.com/
Element#logo-container-1345e3b9-0889-407e-a43e-935185173911 > .owl-nav > .owl-next[type="button"][role="presentation"]
Rolepresentation
Markup
<button type="button" role="presentation" class="owl-next"><i class="fa fa-chevron-right"></i></button>
Component · Ref P1DJ01
Affected pagehttps://grandpopsarmynavy.com/products/us-airforce-belt-buckle
Element.owl-next
Rolepresentation
Markup
<button type="button" role="presentation" class="owl-next"><i class="fa fa-chevron-right"></i></button>
Component · Ref JKTX64
Affected pagehttps://grandpopsarmynavy.com/products/us-airforce-belt-buckle
Element.owl-prev
Rolepresentation
Markup
<button type="button" role="presentation" class="owl-prev disabled"><i class="fa fa-chevron-left"></i></button>
Critical

Form fields are missing labels

WCAG 1.3.1 (A)5 instances2 inspected pages

Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

Why it matters

Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

Recommended correction

Associate a <label> with each field via for/id, or use aria-label / aria-labelledby. Placeholder text is not a label.

View 5 affected elements
Component · Ref 5NJMF6
Affected pagehttps://grandpopsarmynavy.com/products/us-airforce-belt-buckle
Element#quantity
Markup
<input type="text" id="quantity" name="quantity" class="txtbox" value="1" min="1">
Affected pages/pages/contact-us /products/us-airforce-belt-buckle
Component · Ref OI0QE3
Affected pagehttps://grandpopsarmynavy.com/pages/contact-us
Element#contactFormMessage
Markup
<textarea name="contact[body]" id="contactFormMessage"></textarea>
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)40 instances4 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 matters

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Recommended correction

Keep 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 40 affected elements
Component · Ref 4ANFVW
Affected pagehttps://grandpopsarmynavy.com/products/us-airforce-belt-buckle
Elementdiv#nav > nav > div > li > a
Markup
<a data-toggle="dropdown" href="javascript:;" class="dropdown-toggle navbar-cart" aria-expanded="true"><span class="icons"><i class="fa fa-user"></i></span></a>
Affected pages/ /pages/contact-us /policies/terms-of-service /products/us-airforce-belt-buckle
Component · Ref TRKNW9
Affected pagehttps://grandpopsarmynavy.com/
Elementdiv > div > div > div:nth-of-type(2) > div > a:nth-of-type(2)
Accessible nameCreate Account
Markup
<a href="/account/register" class="signin_btn btn_c">Create Account</a>
Affected pages/ /pages/contact-us /policies/terms-of-service /products/us-airforce-belt-buckle
Component · Ref OXMZHS
Affected pagehttps://grandpopsarmynavy.com/products/us-airforce-belt-buckle
Elementdiv > div > form > div > div > input
Accessible nameSearch
Markup
<input type="search" name="q" value="" class="txtbox" placeholder="Search" aria-label="Search" autocomplete="off">
Affected pages/ /pages/contact-us /policies/terms-of-service /products/us-airforce-belt-buckle
High

Page has no main landmark

WCAG 1.3.1 (A)4 instances4 inspected pages

No <main> or role=main region is present, so screen reader users cannot jump to primary content.

Why it matters

No <main> or role=main region is present, so screen reader users cannot jump to primary content.

Recommended correction

Wrap the primary content in a single <main> element or role=main region.

View 4 affected elements
Component · Ref RI9F2C
Affected pagehttps://grandpopsarmynavy.com/products/us-airforce-belt-buckle
Elementbody#us-air-force-quot-air-superiority-quot-belt-buckle
Accessible nameThe Official Grandpops Army Navy Website! Family Owned & Operated. Bringing You Quality Military Surplus Since 2010. 1-856-467-0529 [email removed] My Account Welcome to GRANDPOPSARMYNAVY! Login Create Account 0 APPAREL TOP CAMOUFLAGE PATTERNS OCP SCORPION AOR2 NWU CAMO MARPAT WOODLAND ABU DIGITAL TIGER STRIPE CHOCOLATE CHIP DESERT TIGER STRIPE M81 WOODLAND ACU DIGITAL DCU 3 COLOR DESERT GLOVES TACTICAL GLOVES COLD WEATHER GLOVES PARADE GLOVES BELTS MILITARY WEB BELT BDU & RIGGER BELT BELT ACCESSORIES BELT BUCKLES HEADWEAR BASEBALL CAPS JUNGLE HATS PATROL CAPS & COVERS COLD WEATHER HATS BANDANAS & SHEMAGHS BERETS & SAILORS CAPS EYEWEAR FACE MASKS T-SHIRTS MILITARY T-SHIRTS GRAPHIC T-SHIRTS CAMO T-SHIRTS LONG SLEEVE T-SHIRTS P/T T-SHIRTS TANK TOPS & MUSCLE SHIRTS SHIRTS BDU SHIRTS TACTICAL SHIRTS SWEATSHIRTS JACKETS FIELD JACKET BOMBER JACKET SOFT SHELL JACKETS FLEECE JACKETS & LINERS ECWCS PARKAS PANTS BDU PANTS SWEATPANTS SHORTS BDU COMBAT SHORTS P/T Shorts DRESS UNIFORMS ARMY NAVY AIR FORCE MARINE CORPS COAST GUARD UNIFORM HEADWEAR UNIFORM ACCESSORIES COVERALLS & FLIGHT SUITS E.C.W.C.S. UNDERWEAR CIVIL AIR PATROL / ROTC KIDS CLOTHING & ACCESSORIES …[truncated by Evolize: exceeded D1 value limit]
Markup
<body id="us-air-force-quot-air-superiority-quot-belt-buckle" class="template-product  ">
    <div class="wsmenucontainer clearfix">
      <div class="overlapblackbg"></div>
      

      <div id="shopify-section-header" class="shopify-section">
    <div class="promo-bar">
  

  	The Official Grandpops Army Navy Website!

  
</div>



<div id="header" data-section-id="header" data-section-type="header-section">

        
        
<div class="header_top">
  <div class="container">
    <div class="top_menu">
      
      <ul>
        
        <li><span class="header-top-text"><p>Family Owned &am…
Affected pages/ /pages/contact-us /policies/terms-of-service /products/us-airforce-belt-buckle
High

Zooming and scaling must not be disabled

WCAG 1.4.4 (AA)4 instances4 inspected pages

Zooming and scaling must not be disabled

Why it matters

Zooming and scaling must not be disabled

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 4 affected elements
Component · Ref 2OX84
Affected pagehttps://grandpopsarmynavy.com/
Elementmeta[name="viewport"]:nth-child(2)
Markup
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
Affected pages/ /pages/contact-us /policies/terms-of-service /products/us-airforce-belt-buckle
High

Images lack text alternatives

WCAG 1.1.1 (A)8 instances2 inspected pages

Informative images have no alternative text, so their meaning is unavailable to people using assistive technology.

Why it matters

Informative images have no alternative text, so their meaning is unavailable to people using assistive technology.

Recommended correction

Add a concise alt attribute describing each informative image. Mark purely decorative images with alt="" so assistive technology skips them.

View 8 affected elements
Component · Ref YC2X4L
Affected pagehttps://grandpopsarmynavy.com/
Elementa[href$="vietnam-war-era"] > img[alt=" "][draggable="false"][sizes="1140px"]
Markup
<img alt="   " src="//grandpopsarmynavy...." class="blur-up lazyautosize..." data-widths="[180, 360, 540, 720,..." data-aspectratio="1.8" data-sizes="auto" draggable="false" data-srcset="//grandpopsarmynavy...." sizes="1140px" srcset="//grandpopsarmynavy....">
Component · Ref Y1EZS3
Affected pagehttps://grandpopsarmynavy.com/products/us-airforce-belt-buckle
Elementli[data-image-id="28996533682411"] > img[draggable="false"]
Markup
<img src="//grandpopsarmynavy.com/cdn/shop/products/[email removed]?v=1641250903" draggable="false">
Component · Ref 80F8LV
Affected pagehttps://grandpopsarmynavy.com/products/us-airforce-belt-buckle
Element.flex-active-slide[data-image-id="28996533518571"] > img[draggable="false"]
Markup
<img src="//grandpopsarmynavy.com/cdn/shop/products/[email removed]?v=1641250920" draggable="false">
Component · Ref RQ2BUU
Affected pagehttps://grandpopsarmynavy.com/
Element.lazypreload
Markup
<img alt="   " src="//grandpopsarmynavy...." class="blur-up lazypreload ..." data-widths="[180, 360, 540, 720,..." data-aspectratio="1.8" data-sizes="auto" draggable="false" data-srcset="//grandpopsarmynavy...." sizes="1140px" srcset="//grandpopsarmynavy....">
Component · Ref DBGAJ8
Affected pagehttps://grandpopsarmynavy.com/products/us-airforce-belt-buckle
Element#FeaturedMedia-product-28996533518571-wrapper > .image-slide-link > .zoomImg
Markup
<img src="https://grandpopsarmynavy.com/cdn/shop/products/IMG_2988_1400x.jpg?v=1641250920" class="zoomImg" style="position: absolute; top: 0px; left: 0px; opacity: 0; width: 1400px; height: 1400px; border: none; max-width: none; max-height: none;">
Medium

ARIA container is missing required child roles

WCAG 1.3.1 (A)4 instances4 inspected pages

An ARIA role that requires specific child roles does not contain them, breaking the widget semantics.

Why it matters

An ARIA role that requires specific child roles does not contain them, breaking the widget semantics.

Recommended correction

Provide the child roles the container role requires (e.g. option inside listbox).

View 4 affected elements
Component · Ref 6P7JZ3
Affected pagehttps://grandpopsarmynavy.com/products/us-airforce-belt-buckle
Element.dropdown-grid-wrapper[role="menu"]
Rolemenu
Markup
<div class="dropdown-grid-wrapper" role="menu">
Affected pages/ /pages/contact-us /policies/terms-of-service /products/us-airforce-belt-buckle
Medium

ARIA attributes have invalid values

WCAG 4.1.2 (A)20 instances4 inspected pages

ARIA attributes reference ids that do not exist or hold invalid values, breaking the accessibility tree.

Why it matters

ARIA attributes reference ids that do not exist or hold invalid values, breaking the accessibility tree.

Recommended correction

Correct ARIA attribute values and ensure referenced ids exist in the DOM.

View 20 affected elements
Component · Ref CVPISE
Affected pagehttps://grandpopsarmynavy.com/
Elementa[aria-controls="megamenu_items-gear"]
Markup
<a href="/collections/military-tactical-gear" aria-controls="megamenu_items-gear" aria-haspopup="true" aria-expanded="false">GEAR<span class="arrow"></span></a>
Affected pages/ /pages/contact-us /policies/terms-of-service /products/us-airforce-belt-buckle
Component · Ref RVIULW
Affected pagehttps://grandpopsarmynavy.com/policies/terms-of-service
Element.mega_menu_simple_container.has-submenu:nth-child(1) > a[href$="clothing"]
Accessible nameAPPAREL
Markup
<a href="/collections/clothing" aria-controls="megamenu_items-apparel" aria-haspopup="true" aria-expanded="false">APPAREL<span class="arrow"></span></a>
Affected pages/ /pages/contact-us /policies/terms-of-service /products/us-airforce-belt-buckle
Medium

Content sits outside any landmark region

WCAG 1.3.1 (A)4 instances4 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 matters

Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.

Recommended correction

Wrap primary content in <main> and other regions in appropriate landmark elements.

View 4 affected elements
Component · Ref N9A738
Affected pagehttps://grandpopsarmynavy.com/
Elementdiv#header > div:nth-of-type(1) > div > div:nth-of-type(1) > ul > li
Accessible nameFamily Owned & Operated. Bringing You Quality Military Surplus Since 2010.
Markup
<li><span class="header-top-text"><p>Family Owned &amp; Operated. Bringing You Quality Military Surplus Since 2010.</p><p></p></span></li>
Affected pages/ /pages/contact-us /policies/terms-of-service /products/us-airforce-belt-buckle
Medium

Navigation regions are not distinguishable

WCAG 1.3.1 (A)8 instances4 inspected pages

The page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.

Why it matters

The page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.

Recommended correction

Give each navigation region a distinct aria-label (e.g. "Primary", "Footer") when more than one is present.

View 8 affected elements
Component · Ref LHZCN3
Affected pagehttps://grandpopsarmynavy.com/policies/terms-of-service
Elementdiv#nav > nav > nav
Accessible nameAPPAREL TOP CAMOUFLAGE PATTERNS OCP SCORPION AOR2 NWU CAMO MARPAT WOODLAND ABU DIGITAL TIGER STRIPE CHOCOLATE CHIP DESERT TIGER STRIPE M81 WOODLAND ACU DIGITAL DCU 3 COLOR DESERT GLOVES TACTICAL GLOVES COLD WEATHER GLOVES PARADE GLOVES BELTS MILITARY WEB BELT BDU & RIGGER BELT BELT ACCESSORIES BELT BUCKLES HEADWEAR BASEBALL CAPS JUNGLE HATS PATROL CAPS & COVERS COLD WEATHER HATS BANDANAS & SHEMAGHS BERETS & SAILORS CAPS EYEWEAR FACE MASKS T-SHIRTS MILITARY T-SHIRTS GRAPHIC T-SHIRTS CAMO T-SHIRTS LONG SLEEVE T-SHIRTS P/T T-SHIRTS TANK TOPS & MUSCLE SHIRTS SHIRTS BDU SHIRTS TACTICAL SHIRTS SWEATSHIRTS JACKETS FIELD JACKET BOMBER JACKET SOFT SHELL JACKETS FLEECE JACKETS & LINERS ECWCS PARKAS PANTS BDU PANTS SWEATPANTS SHORTS BDU COMBAT SHORTS P/T Shorts DRESS UNIFORMS ARMY NAVY AIR FORCE MARINE CORPS COAST GUARD UNIFORM HEADWEAR UNIFORM ACCESSORIES COVERALLS & FLIGHT SUITS E.C.W.C.S. UNDERWEAR CIVIL AIR PATROL / ROTC KIDS CLOTHING & ACCESSORIES GEAR IN-HOUSE MADE PRODUCTS GRANDPOP'S MERCH CUSTOM GEAR HARDWARE VESTS CHEST RIGS PLATE CARRIERS TACTICAL VESTS VEST ACCESSORIES BAGS & PACKS BACKPACKS & RUCKS …[truncated by Evolize: exceeded D1 value limit]
Rolenavigation
Markup
<nav class="wsmenu" role="navigation">
      <ul class="mobile-sub mega_menu wsmenu-list">
        

        

        
        
         
        
         
        
         
        
         
        
         
        
         
        
         
        
         
        
         
        
         
        
         
         
         

        

         
        <li class="mega_menu_simple_container has-submenu"><span class="wsmenu-click"><i class="wsmenu-arrow fa fa-angle-down"></i></span><a href="/collections/clothing" aria-controls="megamenu_items-apparel" aria-haspopup="true" …
Affected pages/ /pages/contact-us /policies/terms-of-service /products/us-airforce-belt-buckle
Component · Ref LFD5GR
Affected pagehttps://grandpopsarmynavy.com/policies/terms-of-service
Elementdiv#nav > nav
Accessible nameMy Account Welcome to GRANDPOPSARMYNAVY! Login Create Account 0 APPAREL TOP CAMOUFLAGE PATTERNS OCP SCORPION AOR2 NWU CAMO MARPAT WOODLAND ABU DIGITAL TIGER STRIPE CHOCOLATE CHIP DESERT TIGER STRIPE M81 WOODLAND ACU DIGITAL DCU 3 COLOR DESERT GLOVES TACTICAL GLOVES COLD WEATHER GLOVES PARADE GLOVES BELTS MILITARY WEB BELT BDU & RIGGER BELT BELT ACCESSORIES BELT BUCKLES HEADWEAR BASEBALL CAPS JUNGLE HATS PATROL CAPS & COVERS COLD WEATHER HATS BANDANAS & SHEMAGHS BERETS & SAILORS CAPS EYEWEAR FACE MASKS T-SHIRTS MILITARY T-SHIRTS GRAPHIC T-SHIRTS CAMO T-SHIRTS LONG SLEEVE T-SHIRTS P/T T-SHIRTS TANK TOPS & MUSCLE SHIRTS SHIRTS BDU SHIRTS TACTICAL SHIRTS SWEATSHIRTS JACKETS FIELD JACKET BOMBER JACKET SOFT SHELL JACKETS FLEECE JACKETS & LINERS ECWCS PARKAS PANTS BDU PANTS SWEATPANTS SHORTS BDU COMBAT SHORTS P/T Shorts DRESS UNIFORMS ARMY NAVY AIR FORCE MARINE CORPS COAST GUARD UNIFORM HEADWEAR UNIFORM ACCESSORIES COVERALLS & FLIGHT SUITS E.C.W.C.S. UNDERWEAR CIVIL AIR PATROL / ROTC KIDS CLOTHING & ACCESSORIES GEAR IN-HOUSE MADE PRODUCTS GRANDPOP'S MERCH CUSTOM GEAR HARDWARE …[truncated by Evolize: exceeded D1 value limit]
Rolenavigation
Markup
<nav class="navbar" role="navigation">
    <div class="navbar-header">
      <a href="#" class="visible-ms visible-xs pull-right navbar-cart" id="wsnavtoggle"><div class="cart-icon"><i class="fa fa-bars"></i></div></a>
      
      <li class="dropdown-grid no-open-arrow visible-ms visible-xs account-icon-mobile navbar-cart">
        <a data-toggle="dropdown" href="javascript:;" class="dropdown-toggle navbar-cart" aria-expanded="true"><span class="icons"><i class="fa fa-user"></i></span></a>
        <div class="dropdown-grid-wrapper mobile-grid-wrapper">
          <div class="dropdown-menu no-p…
Affected pages/ /pages/contact-us /policies/terms-of-service /products/us-airforce-belt-buckle
Medium

Touch targets are too small

WCAG 2.5.8 (AA)4 instances4 inspected pages

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Why it matters

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Recommended correction

Increase this <button>'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 4 affected elements
Component · Ref YASZ7M
Affected pagehttps://grandpopsarmynavy.com/pages/contact-us
Element#Subscribe
Markup
<button class="btn btn-link" type="submit" value="Subscribe" name="commit" id="Subscribe"><span class="fa fa-check"></span></button>
Affected pages/ /pages/contact-us /policies/terms-of-service /products/us-airforce-belt-buckle
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)6 instances2 inspected pages

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Why it matters

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Recommended correction

Increase the contrast ratio to at least 4.5:1 for normal text and 3:1 for large text.

View 6 affected elements
Component · Ref AN1JLC
Affected pagehttps://grandpopsarmynavy.com/products/us-airforce-belt-buckle
Element.active.owl-item:nth-child(1) > .main_box.quick-view-overlay > .desc > .price > .compare-price.money
Accessible name$19.99
Markup
<span class="compare-price money">$19.99</span>
Component · Ref XJXEJV
Affected pagehttps://grandpopsarmynavy.com/pages/contact-us
Element.reqired
Accessible name* Required Fields
Markup
<span class="reqired">* Required Fields</span>
Component · Ref RR4DE2
Affected pagehttps://grandpopsarmynavy.com/products/us-airforce-belt-buckle
Element#comparePrice
Accessible name$19.99
Markup
<span id="comparePrice" class="money">$19.99</span>

05 · Most affected inspected pages

06 · About this assessment

Evolize inspects publicly accessible website pages using automated browser-based testing and deterministic accessibility rules. Automated testing can identify many reproducible technical issues but cannot determine complete WCAG or legal compliance.

  • Publicly accessible surfaces only — no credentials, private systems, or source-code access.
  • Findings apply to the pages and states successfully inspected; automated analysis may not detect every issue.
  • Results reflect the site at the scan date and may have changed since.

Evolize provides digital risk intelligence and does not provide legal advice, certify compliance, or guarantee that litigation will not occur. Methodology · Security · Example assessment

07 · Continuous monitoring

This public report captures one assessment. Evolize monitoring rescans the website, detects new and recurring findings, tracks changes over time and verifies corrections.

Is information in this report inaccurate or outdated? Request a correction or removal.