I would like to change the URL of the Login link as below. The URL I want to be changed to is another page that I have created. My theme is Venture.
Any help would be appreciated!
I would like to change the URL of the Login link as below. The URL I want to be changed to is another page that I have created. My theme is Venture.
Any help would be appreciated!
Hi @Eastrade ,
Please go to Actions > Edit code > Sections > header.liquid file and change code here:
Thanks for the reply!
mine looks like this, I want the url to redirect to "https://esonic.com.au/pages/login", my liquid looks like this
{{ link.title }}
{% if shop.customer_accounts_enabled %}
{% if customer %}
Can you please advise where I should replace the url?