Biodata page with image hidden before log in

Hello I really need you guys help, I’m half way doing for the website for a maid agency that needed to edit the fields for different names maybe under product and also need to hide the image before log into the system. Kindly advise me how I can do it please? Thank you so much. God Bless.

Hi @rosiem2311

To hide image please put gallery liquid file between the below code

{% if customer %}

{% else %}

Login to view image

{% endif %}

This will enable the image code for loggin user only