Create new sections, for Custom HTML.
Use something like
<span id="anchor_a"></span>
Slide them just above the section you are moving to, and target those with the links ![]()
Adding anchor links to specific Shopify “sections” so nav or buttons scroll to a target on the same page. The OP initially looked at settings_data.json but was advised anchors don’t go in JSON; use a Custom HTML/Custom Liquid section instead.
Suggested method:
Update: The OP on Turbo (Out of the Sandbox) updated their theme and gained a Custom HTML section, enabling the approach.
Open issues:
Status: No confirmed resolution for Dawn/index.json; an offer to collaborate was made.
Notes: JSON = data files for templates; Liquid = Shopify’s templating language; anchor link = URL fragment starting with #id.
Create new sections, for Custom HTML.
Use something like
<span id="anchor_a"></span>
Slide them just above the section you are moving to, and target those with the links ![]()