Success
How do I add an anchor link to the FAQ page?
Link directly to FAQ accordion sections so visitors can jump to a specific answer.
Anchor links can take visitors directly to an Accordion section on the same page. Align does not include a dedicated anchor setting, but you can link to the section using its generated Shopify ID.
Add the anchor link
Section titled “Add the anchor link”- Open the live page that contains the Accordion section.
- Open your browser’s developer tools and use the element selector to select the Accordion section. For an overview of these tools, see MDN Web Docs
- Find the outer
sectionelement and copy its completeidvalue. It begins withshopify-section-. - Open the button or link that should jump to the Accordion section.
- Paste the copied ID into the link field and add
#at the beginning, for example:#shopify-section-template--123__accordion. - Save your changes and test the link on the live page.
The ID belongs to that specific section instance. If you remove and recreate the section or change the template, copy the new ID and update the link.