To update the logo link in the top-left corner of your Webflow homepage, you'll need to ensure the logo image (SVG) is correctly wrapped in a link block so that the entire logo is clickable. If the link element is below the logo or separate from it, it's likely not structured properly.
1. Locate the Logo in Your Navigator
- Open the Navigator panel in Webflow Designer (left sidebar).
- Find the element that contains your logo SVG—it’s often inside a Navbar component or a custom Header section.
2. Check If the Logo Is Inside a Link Block
- Click the logo (SVG).
- Look at the structure in the Navigator. If the SVG is not inside a Link Block, then it won’t be clickable even if a link block appears nearby.
3. Wrap the Logo in a Link Block
- Select the SVG logo in the Navigator.
- Press CMD/CTRL + X to cut the element.
- Add a Link Block (from the Add panel or by pressing
A
and searching "Link Block"). - Paste the SVG inside the Link Block.
- Now the SVG is properly wrapped and clickable.
4. Set the Link Destination
- Select the Link Block containing the SVG.
- Go to the Settings panel (right sidebar).
- Under Link Settings, choose:
- Page to link internally (e.g., Homepage).
- URL to link externally (e.g., https://example.com).
5. Adjust Layout if Needed
- Ensure the Link Block maintains proper dimensions and alignment.
- You may need to apply display: flex or grid styles to its parent elements to retain your original layout.
Summary
To make your logo correctly link to your homepage, wrap the SVG inside a Link Block, not adjacent to it. Then set the link target in the Settings panel for that Link Block. This ensures the full logo is clickable and behaves as expected.