Change URL of the Login button in Venture theme

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 }}

{% endif %} {% endfor %}

{% if shop.customer_accounts_enabled %}
{% if customer %}

  • {{ 'layout.customer.account' | t }}
  • {{ 'layout.customer.log_out' | t }}
  • {% else %}
  • {{ 'layout.customer.account' | t }}
  • {% endif %} {% endif %}

    Can you please advise where I should replace the url?

    Hi @Eastrade ,

    Please change code:

    Login/Register