How can I redirect my store logo link in the Refresh Theme header?

Hello Everyone,

In the header of the refresh theme, my store logo is hyperlinked to my homepage.

However, when users click my store logo, I want them to be redirected to another page.

How do I change this?

1 Like

Hi @codenewb1010

If you really need to redirect the store logo, you need to do the following.

  1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
  2. Go to Section folder and open the header.liquid file
  3. Find the code below, this is more than one. Replace all with the link on your other page.
{{ routes.root_url }}

See image below for reference

1 Like

This worked, thank you very much!