Scroll down when clicked on about

Topic summary

A user wants to implement smooth scrolling functionality on their Shopify store homepage. Specifically, when visitors click an “About” link in the page header, the page should automatically scroll down to a “My Story” section on the same page.

A solution was provided involving adding JavaScript code to the header.liquid file. The code uses an event listener to detect clicks on elements with the class ‘about-link’ and smoothly scrolls to an element with the ID ‘my-story’.

The original poster confirmed the solution worked successfully. The issue has been resolved.

Summarized with AI on October 27. AI used: claude-sonnet-4-5-20250929.

Hi, I want when someone click on about in the page header, it will scroll down to My story in the same page.

How do I do it please?

Hello Artez,

Seems like you need lot of solution on your shopify store.

Check the attached file to help with your Shopify store

Hi @Artez

let add this JS code to your file header.liquid:


1 Like

You are the best @BiDeal-Discount

Thank you for your help dear friend!

1 Like

You’re welcome :hugs:

1 Like