Multiple headers in a website

hello Guys! :wave:
I need my header navs to perform some “stunts” on different pages. For example;
ON THE HOME PAGE— I want the navs to “scroll” to certain sections on the page
ON THE WORK PAGE— I want the navs to “load” to certain sections on the home page

Any suggestions, please?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hi,

Just add a new animation on that page to the nav. Should fix it :slight_smile:

For these nav items, set each of them to an external link.
Then set the URLs to, e.g.

/#section-about-us
/#section-contact-us

As you’ve ID’d them.

On your work page, clicking these instructs the browser to go to your home page, and then to scroll to the specified fragment ( #hash ).

On your homepage, no navigation happens because you’re already there, so you just get the fragment scroll.