Hi, I am getting a “Skip links are not focusable” warning in Lighthouse.
I read the Bricks documentation and it says:
One of the key aspects of keyboard navigation is to have a visual hint of where the focus is. Bricks 1.3 introduces default CSS to style the :focus property.
You can set your own focus style under “Settings > Theme Styles > Typography > Focus Outline”. Although not recommended, if you want to remove this focus outline default, simply set it to “none”.
Can you maybe post a screenshot of that lighthouse warning? I have never seen this warning with my bricks sites (though i don’t use automatic-css).
One css issue you have on your site is that, your #brx-header has a z-index of 9999 aswell as the skip-links. because your header comes after the links in the dom, it overlaps them and you can’t see the skip links. maybe reduce the header z-index a bit then you will see the skip-links once you tab through your page