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.
password: Lac1234
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.
password: Lac1234
Hey @LAC1993
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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
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