Change the home page to a Custom page I created

Hello I added a new page called home. I am wanting it to be my home page for when customers visit my root url.

Site is NoMoPetHair.com and I would like the home page to be https://nomopethair.com/pages/home

1 Like

@JoshuaFarmer

sorry your store is password protect

besais - is the password, sorry

1 Like

@JoshuaFarmer

can you please try this

{% if customer %}
  This customer is logged in.
{% else %}
  This customer is not logged in.
{% endif %}