Help so that "Clicking a button" moves user to specific section on the page

Topic summary

Goal: Make a button scroll the user to the next section on the same page, ideally working across all sections (page link provided).

Proposed approach: Use anchor links by adding the ID of the target (next) section to the button’s link (format: #id-of-next-section).

Placement question: The requester asked whether this must be done in code or via the theme editor’s “Image with text” section settings.

Clarification: The responder indicated it can be done in the Image with text section by setting the button link field to #id-of-next-section.

Key concept: “ID” refers to the HTML id attribute of the target section; using # followed by that id in a link will jump/scroll to that section.

Current status: Unresolved. The requester asked for a more detailed, step-by-step explanation on how to add the Image with text section, how to find the section’s ID, and how to apply it to the button link. No final instructions or solution have been provided yet.

Summarized with AI on January 3. AI used: gpt-5.

You can add image with text section and then add #id-of-next-section to
button link

1 Like