Button to take you to specific part of product page

I would like to know if its possible and if so then how i can make it so when i press a button on my home page it will take me to the products page and scroll down to a specific part of the page

e.g. if i have a “quick links” section and have a button labelled “drinks” when i press the button it will take me to the products page and scroll down automatically (or just go to drinks section automatically).

Yes, this is possible. @julianojg .

YOu have to add the id of a particular div or section in your URL to scroll down to the particular part of the page. like you have to scroll down to the logo section which section id=“logosec”. then make the URL like

http://www.storeurl.com/another-page#logosec

Hello @julianojg ,

Yes possible, you can check here
A/to your requirement the href will be https://store-url/product/#targetID

Thanks

Thanks for the reply! However I am having trouble finding the file for my product page

Product file is under Sections → main-product.liquid