Link to image with text below when click see more

Topic summary

Main issue: Configure a slideshow “See more” button to scroll directly to a specific “Image with text” section in a Shopify Impulse theme.

Proposed approach: Use an in-page anchor link.

  • Find the target section’s HTML id via the browser’s “Inspect Element.”
  • Set the button’s link to “#sectionID” so clicking jumps to that section.

Technical terms:

  • Inspect Element: a browser developer tool to view HTML/CSS for page elements.
  • ID: a unique HTML attribute identifying a section.
  • #sectionID”: an anchor link that navigates within the same page.

Current development: The original poster located the section’s ID and applied the hash link, but the click lands between two sections instead of aligning with the intended section.

Assets: Referenced screenshots/images are central for identifying the exact sections and demonstrating the misalignment.

Outcome/Status: No resolution yet. The suggested anchor method partially works but needs adjustment to ensure precise positioning. The thread remains open, with further guidance requested on correcting the jump target alignment.

Summarized with AI on February 14. AI used: gpt-5.

Hello,

I wanted to ask the experts how I can have when I click the see more button on this picture in my slideshow how I can have then have it go down to an image with text below rather than the options it gives me for “slide link”

I am using the impusle theme and My store is naturalvitaminsusa.com and password: gawtea

Below I have posted the pictures of the specific slide show and the see more link I want linked to the exact image with text portion I want to be brought to when clicking the “see more” button.

Hi @benjamids

Right-Click on the section you want, then click on “Inspect Element” then look for the ID field of the section you are targeting, assume the id you find is named sectionID.

Go to your link setting in the button and type: #sectionID , that will link the button to the section and cause it to move there directly.

Let us know if that works for you!

I have found the section but when I input the section ID it brings me in between 2 separate sections as shown below.