Hi!
Hoping someone might be able to help--we're running some accessibility tests on a website before it goes live (hence why I haven't included a URL) but one of the errors we're getting is that "Elements must not have a tabindex greater than zero."
We've found the piece of code that's causing the issue, which is here:
<a href="#page" tabindex="1" class="header-skip-link sqs-button-element--primary">
Skip to Content
</a>
Obviously the "Skip to Content" button is essential to our accessibility requirements--but could anyone help in providing a solution to change the tabindex to zero? As it's in the Squarespace coding so I imagine we need some custom code to cancel it out...
Thanks in advance for your help!