I would appreciate some help with this: I’ve been searching for a solution but the only posts I find for my Debut theme seems to be outdated.
→ I want to change the link from the Logo on my Header (on Shopify) instead of directing to my Home Page → I want it to link to my main website (in every instance)
I have tried to change it on header.liquid but it does not work (see below)
--------------------
If you replace:
href=“{{ routes.root_url }}”
with:
href=“{new URL}”
(In this case your new URL will be your cart page URL)
This will appear in x2 places in your header.liquid file of the Debut theme code. Replace both.
Shopify site:
www.drinkarcane.myshopify.com (Just used for product checkout)
Main site:
Any help would be appreciated! Thank you.