I want to make a navbar link go to a certain section on the homepage even when clicked on a different page. Is this possible?
Webflow uses the element IDs (from sections, divs, …) as anchors. If you’re using “external link” as your link destination you can scroll to an anchor as easy as: “/yourepage#elementid”
For example: “/shop#prices” to link to the “prices” section within the “/shop” page.
Hope this helps.
Thank You! This is it