How to update logo link?

Edited 8 months ago

By default, the site logo is linked to the homepage. However, in some cases, you may want to change this to another link. While there aren't any built-in theme settings to make this adjustment, you can follow the steps below:

To update the logo link, open the theme code page by going to /admin/themes, clicking the ellipsis (...) on your theme, and selecting Edit code.

You'll be looking for the header-logo-block.liquid file in your snippets folder. Look for all instances of:

href="{{ routes.root_url }}"

and change it to include your link as shown here:

href="your-link"


Was this article helpful?

Sorry about that! Care to tell us more?

Thanks for the feedback!

There was an issue submitting your feedback
Please check your connection and try again.