Hello Experts. Please help me in removing the header logo for a particular page

Hello Experts,

Please save my life by helping me with this problem.

I want to remove the header logo for a particular page. In my case it is customer sign in page. Please help me achieve this. It should be visible in all other pages.

This is the page >> https://zatura.in/account/login

I have attached the screen-recording below for further reference.

Thanks in advance.

Hi @Zatura

Check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “theme. Liquid” file. Find the tag and paste the code below before the .

Check for the example below.

{% if template == 'customers/login' %}

{% endif %}

And save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Thanks @Made4uo-Ribe

You are a superstar!!!

Do you happen to know how to do the same for all pages? I can’t find info anywhere

Hi @7lives

You just need to remove some code.


And save.