How to add a clickable button in my footer linking to the customer account register

I have a link in my footer for visitors to click on that takes them to the customer account register. At the moment I have the text “click here”. How do I create a button for visitors to click on instead of the plain text only. I am using the prestige theme
https://zichunteas.com/

Thank you

Hi there,

You could use Liquid syntax like so:

{{ 'My Account' | link_to: '/account','My Account' }}

Or make create an anchor tag yourself and use the href attribute:

My Account

Are you able to tell me where to put this code. I’m not so code savvy.

Tx for your help