How can I change my logo to an external URL?

Using this as an example website for someone but I’m having trouble changing my logo to an outside URL - can someone help me with this? I’ve tried all the other solutions I’ve seen posted and haven’t been able to make them work yet.

https://kixfxdfxb3xnyc16-61787144439.shopifypreview.com

Thanks!

Hey @BreCreative ,

To change the logo link to redirect to an external site you will need to implement some custom coding into your themes header.liquid.

Would you mind sharing your website URL so we can provide the coding solution? I also found another community post where a Shopify Expert has shared the resolution but this is dependent on which theme you are using.

Look forward to hearing from you!

Yes, it’s here:

https://the-bre-creative.myshopify.com/

Hi @BreCreative ,

Please go to header.liquid file, find ‘routes.root_url’ and change code here:

You just need to change the url here, it will work fine

That’s what I did here but it didn’t seem to work. Any suggestion on why?

Hi @BreCreative ,

Please remove {{ }}

change: https://thebrecreative.com/

Hope it is clear to you.

That worked perfectly, thank you!