I’m a Bricks newbie and struggling to find an answer to the below question I have…
Is it possible to edit the target for the Skip to Content link, to bypass the hero section (which has a menu overlay) and instead focus on the following section that has the actual ‘content’?
This is my question too. If there was a filter, that would’ve been great.
I think we have to build our own skip link and put it in our header or something. Inside header template add a code element and add this:
<a class="skip-link" href="#brx-content" aria-label="Skip to main content">Skip to main content</a>
Change “#brx-content” to the selector you want.
And this is the CSS for it:
This is the work-around that I used to skip to my content below the hero banner:
Added the following custom code to the Body (header) scripts in the Settings section of Bricks Skip to main content
I did not add any custom CSS for the styling, as that is already styled by default by Bricks
On the home page with the hero header overlay, I then edited the ID of section containing the actual content, and saved it as hero-content (to match the href above)