remove the logo form the home page

hello i am using the modular template.
i want to remove the logo only from the home page so it will be visible on the other pages.

appreciate any assistance.

www.lateliercommerce.com

password: Lac1234

Hey @LAC1993

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag

{% if template == 'index' %}

{% endif %}

RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Hello @LAC1993

Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file.

h1.nav-item.logo {
display: none !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Hello @LAC1993 , you need to edit some code in header.liquid