Adding pages to customer account landing-URL

I have very little experience coding but eager to learn how to enhance by store. Is there a way to add pages to a customer’s login? Below I will drop a shotgun spread of features/questions I have and I’d love recommendations or direction. I haven’t had much luck asking these questions within YouTube or other forums.

Hi @CollinCDP ,

Seems you are using a new customer account, adding links is not available for new accounts for that you need APP.

or you can switch to a classic customer account using settings → customer account

Click on edit in the screenshot

Hope this will help.

1 Like

{% if customer %}
Some text or links you want to add
{% endif %}

Where to add this? what page? what file exactly?