Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I need to change the link on the 'login' icon on the header of my site fforestfields.co.uk.
How would I do that? I'd still consider myself a beginner so a walkthrough would be extra helpful.
Using Studio theme
Solved! Go to the solution
This is an accepted solution.
Hi @Jessieb2,
Please go to header-drawer.liquid file, find 'routes.account_login_url' and change code here:
please refer to the screenshot for updating login URL
Online Store > Edit Code > Theme Files > Sections > header.liquid
only update the indicated code.
Thanks
Hi @Jessieb2,
Please go to Actions > Edit code > sections > header.liquid file. Find 'routes.account_login_url' and change code here:
I hope it helps!
That's great, thank you. I've got it to work on desktop but now I see it's still linked to the original link on the mobile menu. I've looked to see if can work it out 🙂
This is an accepted solution.
Hi @Jessieb2,
Please go to header-drawer.liquid file, find 'routes.account_login_url' and change code here:
Brilliant, worked a treat. Thank you
Hi @Jessieb2,
You're welcome and happy to help you