Hide when not logged in

Hi @Luxurymrkt

You can do that by adding this code to theme.liquid file after

{% if customer %}

{% endif %}