How can I make a button scroll to a specific section on my website?

How can I get the function of a button to be to scroll to a specific section of my website?
This is the button below (in red) that when clicked I want to scroll down the same page

to this specific section at the bottom of the page (the product it self)

How can I do that?

Hi @MidnightMood

Please share your store URL to check

If you could please provide your store URL, then I can provide the link you need.

You need to pull the section ID of the part of the page you want to link to then add it to the page URL after a # like so:

yourstore.com/pages/yourpage#your-section-id

@biznazz101

1 Like

I managed to fix it already, thanks!