Webflow sync, pageviews & more.
NEW

How can I edit the existing link on the logo in the top left corner of my Webflow homepage? It doesn't seem to be wrapped around the SVG and appears below the image.

TL;DR
  • Open the Webflow Navigator, locate the SVG logo, and confirm it’s inside a Link Block.
  • If not, cut the SVG, add a Link Block, paste the SVG inside, set the link destination in the Settings panel, and adjust layout if needed.

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.
  • 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.
  • 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.
  • 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.

Rate this answer

Other Webflow Questions