Public accessibility assessment

Accessibility issues detected on upshot.org.uk

Evolize inspected 4 publicly accessible pages on upshot.org.uk and detected 35 automatically identifiable accessibility findings. 4 findings were classified as critical or high priority. The findings map to 5 WCAG success criterions. The sections below show affected pages, technical evidence and recommended remediation. The most frequent issues involve hidden elements can still receive keyboard focus, dropdown menus have no accessible name, navigation regions are not distinguishable.

35findings detected
4critical + high
4pages inspected
26 Aug 2026assessed

Independent public assessment. upshot.org.uk is not necessarily affiliated with or a customer of Evolize.

https://

01 · Accessibility summary

Evolize inspected 4 publicly accessible pages on upshot.org.uk and detected 35 automatically identifiable accessibility findings. 4 findings were classified as critical or high priority. The findings map to 5 WCAG success criterions. The sections below show affected pages, technical evidence and recommended remediation. The most frequent issues involve hidden elements can still receive keyboard focus, dropdown menus have no accessible name, navigation regions are not distinguishable.

02 · Priority findings

03 · WCAG criteria affected

CriterionNameLevelFindingsPages
1.4.3Contrast (Minimum)AA204
1.3.1Info and RelationshipsA54
2.4.3Focus OrderA54
2.5.8Target Size (Minimum)AA44
4.1.2Name, Role, ValueA11

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 rescans public websites, detects newly introduced or recurring accessibility issues, tracks remediation and verifies fixes.

04 · All detected findings

High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)43 instances4 affected pages
ComponentRef K5Z195

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

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Elementdiv > header > nav:nth-of-type(2) > div > div > a
Accessible nameUpshot logo
Markup
<a href="/" class="header__logo">
            <img src="/assets//svg/logo.svg" alt="Upshot logo">
          </a>
How to fixTo fix this issue, ensure that the hidden element is removed from the tab order by setting its 'tabindex' attribute to '-1' or by using CSS to set its 'display' or 'visibility' property to 'none'.
Affected pages/employment-services /news /news/hiring-account-support-manager /resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account
ComponentRef BA49O8

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

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Elementheader > nav:nth-of-type(2) > div > div > div:nth-of-type(1) > a:nth-of-type(1)
Accessible nameWhy Upshot?
Markup
<a href="/why-upshot" class="header-navbar-desktop__nav-link">
                Why Upshot?
              </a>
How to fixKeep 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.
Affected pages/employment-services /news /news/hiring-account-support-manager /resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account
ComponentRef N9X1QT

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

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Elementdiv > div:nth-of-type(1) > div > header > nav:nth-of-type(1) > button:nth-of-type(1)
Accessible nameMenu
Markup
<button class="header-navbar-mobile__btn header-navbar-mobile__btn--menu js-nav-component__drawer-toggle">
        <span>Menu</span>
      </button>
How to fixTo fix this issue, ensure that the element is either visible when it receives focus or is removed from the tab order when it's not visible. This can be achieved by setting the 'tabindex' attribute to '-1' or by hiding the element using 'display: none' or 'visibility: hidden' when it's not intended to be interacted with.
Affected pages/employment-services /news /news/hiring-account-support-manager /resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account
ComponentRef LRHVQ1

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

Affected pagehttps://www.upshot.org.uk/news
Elementdiv > div > div > div:nth-of-type(1) > div:nth-of-type(1) > a:nth-of-type(1)
Accessible nameAll
Markup
<a href="/news" class="listing-filter__tag-item h5 text-uppercase active">
      All
    </a>
How to fixTo fix this issue, ensure that the element is either removed from the tab order or made visible when it receives focus. You can do this by adding a CSS rule to display the element when it has focus, or by using JavaScript to remove the element from the tab order when it is not visible.
ComponentRef HHO7SS

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

Affected pagehttps://www.upshot.org.uk/news
Elementselect#listing-filter__select
Accessible nameFilter by All Client Impact Sector Upshot
Markup
<select class="custom-select js-listing-filter__select" id="listing-filter__select" name="tag">
        <option value="">Filter by</option>
        <option value="">All</option>
                  <option value="Client">Client</option>
                  <option value="Impact">Impact</option>
                  <option value="Sector">Sector</option>
                  <option value="Upshot">Upshot</option>
              </select>
How to fixTo fix this issue, ensure that the select element with id 'listing-filter__select' is visible when it receives keyboard focus. You can do this by removing any CSS rules that set 'display: none' or 'visibility: hidden' on this element, or by setting 'tabindex' to '-1' to remove it from the tab order when it's not visible.
High

Dropdown menus have no accessible name

WCAG 4.1.2 (A)1 instance1 affected page
ComponentRef 5N68NB

Select menus expose no programmatic name, so assistive technology cannot announce what the choice is for.

Affected pagehttps://www.upshot.org.uk/news
Element#listing-filter__select
Accessible nameFilter by All Client Impact Sector Upshot
Markup
<select class="custom-select js-listing-filter__select" id="listing-filter__select" name="tag">
How to fixAdd an accessible name to the select element, such as using the 'label' attribute or 'aria-label' attribute, so that assistive technology can announce the purpose of the dropdown menu. For example: <select class="custom-select js-listing-filter__select" id="listing-filter__select" name="tag" aria-label="Filter news by:">
Medium

Navigation regions are not distinguishable

WCAG 1.3.1 (A)48 instances4 affected pages
ComponentRef QW9KGE

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

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Elementdiv > header > div > div > div > nav
Accessible nametwitter linkedin
Markup
<nav class="header-nav-modal-drawer__social-nav">
                          <a class="header-nav-modal-drawer__social-link" href="https://twitter.com/UpshotSystem">
                <svg aria-hidden="true" class="icon header-nav-modal-drawer__social-icon" focusable="false" role="presentation">
                  <use xlink:href="#icon-twitter"></use>
                </svg>
                <span class="sr-only">twitter</span>
              </a>
                          <a class="header-nav-modal-drawer__social-link" href="https://www.linkedin.com/company/upshot-system">
                <svg aria…
How to fixGive each navigation region a distinct aria-label (e.g. "Primary", "Footer") when more than one is present.
Affected pages/employment-services /news /news/hiring-account-support-manager /resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account
ComponentRef JV6H5U

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

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Elementdiv:nth-of-type(9) > div > div:nth-of-type(1) > div > header > nav:nth-of-type(1)
Accessible nameMenu Close
Markup
<nav class="header-navbar-mobile">
      <button class="header-navbar-mobile__btn header-navbar-mobile__btn--menu js-nav-component__drawer-toggle">
        <span>Menu</span>
      </button>

      <a href="/" class="header__logo">
        <img src="/assets/svg/logo.svg" alt="Upshot logo">
      </a>

      <button class="header-navbar-mobile__btn header-navbar-mobile__btn--close js-nav-component__drawer-toggle">
        <span>Close</span>
        <svg aria-hidden="true" class="icon" focusable="false" role="presentation">
          <use xlink:href="#icon-cross"></use>
        </svg>
      </but…
How to fixAdd an accessible name to the navigation region using the 'aria-label' attribute, for example: <nav aria-label="Primary Navigation">
Affected pages/employment-services /news /news/hiring-account-support-manager /resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account
ComponentRef 3NNS92

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

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Elementdiv:nth-of-type(2) > footer > div:nth-of-type(2) > div > div > nav:nth-of-type(1)
Accessible nameWhy Upshot? Who we work with About us
Markup
<nav class="footer__links">
                      <a href="/why-upshot" class="footer__link">Why Upshot?</a>
                      <a href="/who-we-work-with" class="footer__link">Who we work with</a>
                      <a href="/about-us" class="footer__link">About us</a>
                  </nav>
How to fixGive each navigation region a distinct aria-label (e.g. "Primary", "Footer") when more than one is present.
Affected pages/employment-services /news /news/hiring-account-support-manager /resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account
ComponentRef YZVU75

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

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Elementdiv:nth-of-type(1) > div > header > div > div > nav
Accessible nameHome why upshot? who we work with about us news sign in resources
Markup
<nav class="header-nav-modal-drawer__nav">
          <ul class="header-nav-modal-drawer__nav-list">
            <li class="header-nav-modal-drawer__nav-list-item">
              <a href="/" class="header-nav-modal-drawer__nav-link">
                Home
              </a>
            </li>
                          <li class="header-nav-modal-drawer__nav-list-item">
                <a href="/why-upshot" class="header-nav-modal-drawer__nav-link">
                  why upshot?
                </a>
              </li>
                          <li class="header-nav-modal-drawer__nav-list-item">
 …
How to fixAdd an accessible name to the navigation landmark using 'aria-label' or 'aria-labelledby' attributes, so screen reader users can distinguish between multiple navigation regions.
Affected pages/employment-services /news /news/hiring-account-support-manager /resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account
Medium

Touch targets are too small on mobile

WCAG 2.5.8 (AA)48 instances4 affected pages
ComponentRef LGJFS4

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

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Elementa#skip-navigation
Accessible nameSkip navigation
Markup
<a href="#main-content" id="skip-navigation" class="sr-only">Skip navigation</a>
How to fixIncrease the size of the touch target to at least 24x24 pixels to make it easier for users to activate by touch. Consider adding padding or increasing the font size of the 'Skip navigation' link.
Affected pages/employment-services /news /news/hiring-account-support-manager /resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account
ComponentRef 9BQK1X

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

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Elementfooter > div:nth-of-type(2) > div > div > nav:nth-of-type(1) > a:nth-of-type(1)
Accessible nameWhy Upshot?
Markup
<a href="/why-upshot" class="footer__link">Why Upshot?</a>
How to fixIncrease the touch target size of the 'Why Upshot?' link to at least 24x24px to make it easier for users to tap on mobile devices. Consider adding padding or increasing the font size of the link to achieve this.
Affected pages/employment-services /news /news/hiring-account-support-manager /resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account
ComponentRef G6IGI3

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

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Elementdiv > div > div > div > p:nth-of-type(1) > a:nth-of-type(1)
Accessible namethis form
Markup
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe77XUuk6MJjiTEURyttrencvbB8EkM3NJcCdX8h9On_gYPFQ/viewform" target="_blank" rel="noopener">this form</a>
How to fixTo make the interactive control easier to use on mobile devices, increase its size to at least 24x24 pixels or ensure that it has a tap target of at least 24x24 pixels. Consider using CSS to set a minimum width and height for the element.
Affected pages/employment-services /news /news/hiring-account-support-manager /resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account
ComponentRef 24LKMB

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

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Elementdiv:nth-of-type(2) > footer > div:nth-of-type(3) > div > nav > a:nth-of-type(1)
Accessible namePrivacy statement
Markup
<a href="/privacy-statement" class="footer__legal-item">Privacy statement</a>
How to fixIncrease the size of the touch target to at least 24x24px to make it easier for users to activate by touch. Consider adding padding or increasing the font size of the link to achieve this.
Affected pages/employment-services /news /news/hiring-account-support-manager /resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)86 instances4 affected pages
ComponentRef L2ZFKO

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

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Element.cookie-banner__link
Accessible namecookies
Markup
<a href="/cookie-policy" class="cookie-banner__link">cookies</a>
How to fixTo improve accessibility, increase the contrast between the text color and background color of the cookie banner link. Consider using a color contrast analyzer tool to determine an accessible color combination.
Affected pages/employment-services /news /news/hiring-account-support-manager /resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account
ComponentRef KCMV9X

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

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Element.footer__link[href$="why-upshot"]
Accessible nameWhy Upshot?
Markup
<a href="/why-upshot" class="footer__link">Why Upshot?</a>
How to fixTo improve the accessibility of the affected links, increase the contrast between the text color and the background color. This can be achieved by changing the CSS styles for the .footer__link class to use a color combination with a sufficient contrast ratio, as per the WCAG 2.1 guidelines.
Affected pages/employment-services /news /news/hiring-account-support-manager /resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account
ComponentRef VTY7AX

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

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Element.footer-form__btn
Accessible nameSubscribe
Markup
<button type="submit" class="footer-form__btn btn-secondary">Subscribe</button>
How to fixTo improve accessibility, increase the contrast between the text color and background color of the 'Subscribe' button. Consider using a color contrast analyzer tool to determine a suitable color combination that meets the minimum contrast ratio thresholds.
Affected pages/employment-services /news /news/hiring-account-support-manager /resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account
ComponentRef 2PFBJ3

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

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Element.cookie-banner__text
Accessible nameWe use cookies to ensure we give you the best experience across our website. To allow us to do this, we'd like you to accept to the use of our cookies.
Markup
<p class="cookie-banner__text">We use <a href="/cookie-policy" class="cookie-banner__link">cookies</a> to ensure we give you the best experience across our website. To allow us to do this, we'd like you to accept to the use of our cookies.</p>
How to fixTo improve the accessibility of the cookie banner text, consider increasing the contrast between the text color and the background color. This can be achieved by using a darker or lighter background, or by changing the text color to a shade that provides sufficient contrast. A contrast ratio of at least 4.5:1 for normal text is recommended.
Affected pages/employment-services /news /news/hiring-account-support-manager /resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account
ComponentRef I4FKJ6

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

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Elementp:nth-child(1) > a[target="_blank"][rel="noopener"]
Accessible namethis form
Markup
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe77XUuk6MJjiTEURyttrencvbB8EkM3NJcCdX8h9On_gYPFQ/viewform" target="_blank" rel="noopener">this form</a>
How to fixIncrease the contrast between the text color and the background color of the link to meet the minimum contrast ratio thresholds as specified in WCAG 2.1 SC 1.4.3. Consider using a color contrast analyzer tool to determine the optimal colors.
Affected pages/employment-services /news/hiring-account-support-manager
ComponentRef I4FKJZ

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

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Elementa[href$="mailto: [email removed]"]
Accessible name[email removed]
Markup
<a href="mailto: [email removed]">[email removed]</a>
How to fixIncrease the contrast between the text color and background color of the email link to meet the minimum contrast ratio thresholds as defined by WCAG 2.1 SC 1.4.3. Consider using a color contrast analyzer tool to determine the optimal colors. Ensure that the contrast ratio is at least 4.5:1 for normal text.
Affected pages/news/hiring-account-support-manager /resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account
ComponentRef K1U9I1

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

Affected pagehttps://www.upshot.org.uk/resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account
Element.js-typewriter
Accessible nameWebinar Series
Markup
<span class="js-typewriter" data-strings="Webinar Series">Webinar Series</span>
How to fixTo improve readability, consider increasing the contrast between the text color and background color of the affected elements. This can be achieved by adjusting the CSS styles for the .js-typewriter class or the surrounding HTML elements.
ComponentRef DRQVNJ

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

Affected pagehttps://www.upshot.org.uk/employment-services
Elementsection > .layout__region.layout__region--content > .copy-block > .copy-block__inner.text-center > .wysiwyg.copy-block__main > p > a
Accessible nameGet in touch
Markup
<a href="https://www.upshot.org.uk/get-in-touch">Get in touch</a>
How to fixConsider adjusting the text or background color to improve the contrast ratio to at least 4.5:1 for normal text. You can use online tools to help select accessible color combinations.
ComponentRef IH9XC6

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

Affected pagehttps://www.upshot.org.uk/news
Element.listing__card:nth-child(6) > .bg-yellow-sat > .listing__content > .listing__meta.text-uppercase > .listing__tag-list > .listing__tag-item
Accessible nameSector
Markup
<li class="listing__tag-item">
                      Sector
                    </li>
How to fixIncrease the contrast between the text color and the background color of the element with class 'listing__tag-item' to meet the minimum contrast ratio threshold of 4.5:1 for normal text.
ComponentRef MPACGP

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

Affected pagehttps://www.upshot.org.uk/news
Element.listing__card:nth-child(1) > .bg-green-sat > .listing__content > .listing__meta.text-uppercase > .listing__tag-list > .listing__tag-item
Accessible nameUpshot
Markup
<li class="listing__tag-item">
                      Upshot
                    </li>
How to fixTo improve text legibility, consider adjusting the background or text color of the elements with class 'listing__tag-item' to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3. A contrast ratio of at least 4.5:1 for normal text is recommended.
ComponentRef XSCSSM

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

Affected pagehttps://www.upshot.org.uk/news
Element.listing__card:nth-child(6) > .bg-yellow-sat > .listing__content > .listing-link > span
Accessible nameContinue reading
Markup
<span>Continue reading</span>
How to fixTo improve readability, increase the contrast between the text color and the background color. This can be achieved by using a darker or lighter shade for either the text or the background, ensuring the contrast ratio meets the minimum requirement of 4.5:1 for normal text.
ComponentRef AVJEYN

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

Affected pagehttps://www.upshot.org.uk/news
Element.listing__card:nth-child(1) > .bg-green-sat > .listing__content > .listing-link > span
Accessible nameContinue reading
Markup
<span>Continue reading</span>
How to fixTo improve readability, increase the contrast between the text color and the background color. This can be achieved by using a darker or lighter shade for either the text or the background, ensuring the contrast ratio meets the minimum requirement of 4.5:1 for normal text.
ComponentRef YABWY0

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

Affected pagehttps://www.upshot.org.uk/news
Elementa[href$="new-board-announcement"] > .bg-green-sat > .listing__content > .listing__meta.text-uppercase > .listing__tag-list > .listing__tag-item
Accessible nameUpshot
Markup
<li class="listing__tag-item">
                      Upshot
                    </li>
How to fixTo improve text legibility, consider adjusting the background or text color of the elements with class 'listing__tag-item' to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3. A contrast ratio of at least 4.5:1 for normal text is recommended.
ComponentRef ZM73HZ

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

Affected pagehttps://www.upshot.org.uk/news
Elementa[href$="new-board-announcement"] > .bg-green-sat > .listing__content > .listing-link > span
Accessible nameContinue reading
Markup
<span>Continue reading</span>
How to fixTo improve readability, increase the contrast between the text color and the background color. This can be achieved by using a darker or lighter shade for either the text or the background, ensuring the contrast ratio meets the minimum requirement of 4.5:1 for normal text.
ComponentRef F09OOB

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

Affected pagehttps://www.upshot.org.uk/employment-services
Element.copy-block__cta
Accessible nameFind out more
Markup
<a class="btn btn-primary copy-block__cta" href="/get-in-touch">Find out more</a>
How to fixIncrease the contrast between the text color and background color of the 'Find out more' button to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3. Consider using a color contrast analyzer tool to determine the optimal colors.
ComponentRef GCI0NW

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

Affected pagehttps://www.upshot.org.uk/employment-services
Elementsection > .layout__region.layout__region--content > .copy-block > .copy-block__inner.text-center > .wysiwyg.copy-block__main > p
Accessible nameIf you’re an employment service that’s looking for a way to better monitor, evaluate and learn, Upshot can help. Get in touch today for an individually tailored quote.
Markup
<p>If you’re an employment service that’s looking for a way to better monitor, evaluate and learn, Upshot can help. <a href="https://www.upshot.org.uk/get-in-touch">Get in touch</a> today for an individually tailored quote.</p>
How to fixIncrease the contrast between the text color and background color to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3. Consider using a color contrast analyzer tool to determine the optimal colors.
ComponentRef D3UTTO

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

Affected pagehttps://www.upshot.org.uk/employment-services
Elementsection > .layout__region.layout__region--content > .copy-block > .copy-block__inner.text-center > .copy-block__header > h2
Accessible nameLet Upshot work for you
Markup
<h2 class="h2-fancy">
          Let Upshot work for you
        </h2>
How to fixTo improve the accessibility of this page, consider increasing the contrast between the text color and the background color of the h2 element with class 'h2-fancy'. This can be achieved by using a color with a higher contrast ratio, such as a darker or lighter shade, or by adding a background image or texture to enhance the visual distinction. A minimum contrast ratio of 4.5:1 for normal text is recommended.
ComponentRef 50T3VQ

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

Affected pagehttps://www.upshot.org.uk/news
Element.active.listing-filter__tag-item[href$="news"]
Accessible nameAll
Markup
<a href="/news" class="listing-filter__tag-item h5 text-uppercase active">
      All
    </a>
How to fixIncrease the contrast between the text color and background color of the affected element to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3. This can be achieved by adjusting the CSS styles for the element with class 'listing-filter__tag-item' to use a color combination with sufficient contrast.
ComponentRef G9F8FR

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

Affected pagehttps://www.upshot.org.uk/news
Element#listing-filter__select
Accessible nameFilter by All Client Impact Sector Upshot
Markup
<select class="custom-select js-listing-filter__select" id="listing-filter__select" name="tag">
How to fixTo improve the accessibility of this form, adjust the colors used for the text and background to meet the minimum contrast ratio of 4.5:1 for normal text. Consider using a color contrast analyzer tool to find suitable color combinations.
ComponentRef TQVBQW

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

Affected pagehttps://www.upshot.org.uk/news
Element.active.header-navbar-desktop__nav-link[href$="news"]
Accessible nameNews
Markup
<a href="/news" class="header-navbar-desktop__nav-link active">
                News
              </a>
How to fixTo improve accessibility, consider adjusting the color scheme to meet the minimum contrast ratio of 4.5:1 for normal text and 7:1 for larger text (18pt or 14pt bold). This can be achieved by changing the text color, background color, or both.
Low

Page has no level-one heading

WCAG 1.3.1 (A)4 instances2 affected pages
ComponentRef KYX97N

The page exposes no <h1>, so its topic is not conveyed in the heading structure.

Affected pagehttps://www.upshot.org.uk/news/hiring-account-support-manager
Elementhtml > body
Accessible name<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P83CL4" height="0" width="0" style="display:none;visibility:hidden"></iframe> .sprite-symbol-usage {display: none;} .sprite-symbol-usage:target {display: inline;} Skip navigation Menu Close Why Upshot? Who we work with About us News Sign in Resources Get in touch Home why upshot? who we work with about us news sign in resources Follow us twitter linkedin Get in touch Account and Support Manager Join Upshot as an Account and Support Manager and help charities, funders, sports organisations and public sector partners get the most from Upshot through expert onboarding, training, support and relationship management. Role Overview  Upshot is looking for an Account and Support Manager to play a central role in helping organisations get the most from their use of Upshot. This is an exciting opportunity to work with a wide range of charities, sports organisations, funders, local authorities and education providers, supporting them to collect better data, measure their impact and make more informed decisions. You'll lead new client implementations, deliver training, provide expert support and build lasting relationships that help organisations succeed.In this varied and rewarding role, you'll become a trusted partner to clients, guiding them from onboarding through to renewal and growth. You'll work closely with organisations to understand their needs, configure the system, resolve challenges and ensure they are getting real value from Upshot. Alongside account management and support, you'll have opportunities to deliver workshops, develop resources and contribute to wider areas of the business including product development, marketing and monitoring, evaluation and learning (MEL) services.We're looking for someone who is people-focused, organised and enjoys solving problems. You might come from a SaaS, technology, charity or customer success background, and you'll be confident communicating with a wide range of stakeholders. This role would suit someone who enjoys combining relationship management with practical delivery and is motivated by helping organisations achieve greater social impact. In return, you'll join a supportive, flexible and purpose-driven team where you'll have the opportunity to develop a broad range of skills and make a visible contribution to a growing social enterprise.The role offers a flexible working pattern, with two days per week at the House of Sport in London, the remainder worked remotely, and occasional travel to client locations to build relationships and deliver training.  Upshot is looking to develop a workforce that effectively represents the broad, diverse constituency that we support and which provides for the broadest range of opinions. While we will appoint on merit, we actively seek to build a team with a diverse range of backgrounds, knowledge, experience and personal attributes. Accordingly, we would encourage candidates from all walks of life and backgrounds to apply. All applicants must have the right/permanent right to work in the UK. Role Description Upshot Recruitment Pack How to apply Please complete this form and send your CV to [email removed] for applications: Friday August 28th (midnight).   Sign up to our newsletter Sign up to our newsletter to keep up to date with the latest from Upshot and inspiration on Monitoring, Evaluation and Learning (MEL). Enter your email address Subscribe Thank you for subscribing to our newsletter! Why Upshot? Who we work with About us Follow us Twitter Linkedin Privacy statement Cookie policy Accessibility Disclaimer Copyright Back to top Copyright 2026 © Company number 13016591 We use cookies to ensure we give you the best experience across our website. To allow us to do this, we'd like you to accept to the use of our cookies. No thanks Yes, allow cookies
Markup
<body>
    <!-- Google Tag Manager (noscript) -->
    <div class="uwy userway_p1" data-uw-feature-ignore="true" data-uw-rm-ignore="true" title="Accessibility Menu" style="background-color: transparent !important; overflow: initial !important;"><div class="userway_buttons_wrapper"><div class="ulsti hidden userway_dark" id="userwayLstIcon" aria-label="Translations Menu" role="button" tabindex="0" aria-haspopup="dialog" data-uw-s19-ignore="" title="Translations Menu" style="background: rgb(0, 72, 255) !important;"><span class="uiiw"></span><div class="ups"><img width="43" height="43" data-uw-rm-i…
How to fixAdd a level-one heading (<h1>) to the page to convey its topic and structure content in a logical order.
Affected pages/news/hiring-account-support-manager /resource/webinar-9---system-admin-s---managing-your-organisation-s-upshot-account

05 · Pages inspected

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.