To make your navbar logo link back to the home section, you simply need to set a section ID on your homepage and link the image to that ID.
1. Add an ID to the Home Section
- Select the section that represents your homepage (usually the top-most section).
- In the Element Settings panel (D key), find the ID field.
- Enter an ID like "home" (no quotes, all lowercase, and no spaces).
2. Link the Logo to That ID
- Select the logo in the navbar (usually an image or a link block).
- In the Element Settings panel, under Link Settings, choose Page Section.
- In the drop-down, select the "home" ID (it will auto-detect sections with IDs).
- If it doesn’t appear, manually type #home into the URL field.
- Webflow adds smooth scrolling automatically for on-page anchor links in published sites.
- Just make sure the ID and the link match exactly (e.g., #home).
Summary
Set an ID (e.g., home) on your homepage section, then link your navbar logo to #home as a page section. This will let users click the logo to smoothly scroll back to the home section.