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?
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?
If you really need to redirect the store logo, you need to do the following.
{{ routes.root_url }}
See image below for reference
This worked, thank you very much!