How can I auto-scroll from landing page to featured collection?

Hi there,

I would like to scroll down from my landing page to my featured collection section on the home page.

Preferably after about 2 seconds smoothly going down.

Any idea how to do/add this in code?



I am using dawn theme.

moencollection.com

password: rastau

Hi @Vlavlip ,

You want when customers visit, it will automatically scroll down to ‘the pieces’ section?

Please go to theme.liquid file and add code here:

Code:

{%- if request.page_type == 'index' -%}
    
    {%- endif -%}

Hope it helps!

Thank you! works really well! a bit to well hahah

Would it be possible to put a delay in of 3 seconds? now it moves down instantly!!!

Thx

Hi @Vlavlip ,

Please change code:

{%- if request.page_type == 'index' -%}
    
{%- endif -%}