Solved

Refresh Theme Header Logo Changes

codenewb1010
Visitor
2 0 1

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?

Accepted Solution (1)

made4Uo
Shopify Partner
3804 713 1124

This is an accepted solution.

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

made4Uo_0-1686102226676.png

 

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!

View solution in original post

Replies 2 (2)

made4Uo
Shopify Partner
3804 713 1124

This is an accepted solution.

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

made4Uo_0-1686102226676.png

 

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!
codenewb1010
Visitor
2 0 1

This worked, thank you very much!