To link your navigation logo back to the Home section in Webflow, you need to set it as an anchor link that targets an element with a matching ID. Here's how to do it:
1. Set an ID on Your Home Section
- Select your Home section (usually your hero or top-most section).
- In the Element Settings Panel (D key shortcut), locate the ID field.
- Set a clear ID like "home" (without quotes).
2. Link the Logo to the Home Section
- Select your logo inside the navbar (typically an Image or Link Block).
- In the Element Settings Panel, find the Link Settings.
- Choose “Page Section” from the link options.
- A dropdown will appear displaying all section IDs—select "home".
3. Confirm Interaction Behavior
- This setup will create a smooth scroll effect to the section if you're on a single-page site.
- If your logo is linking from another page, this same method won’t work—you'll need to use a URL format like /index.html#home or /your-page-slug#home.
Summary
Add an ID like "home" to your homepage section, then link the logo to that page section using Webflow’s Page Section link setting. This ensures the logo scrolls or jumps back to the top/home area of your site.