Remove Logo Only From Homepage ( stiletto theme )

Hello, Does anyone know, How To Remove Logo Only From Homepage ( stiletto theme ) please ?

Hi @Jervise

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 tag.

{% if template == 'index' %}

{% endif %}

And Save.

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

thanks much, it worked but shifted the search and shopping cart icons to the wrong location on mobile.

on mobile was the main reason that i wanted logo removed but now search ans shopping cart icons went exactly in the same spot

this is what happened to search & shopping cart icons after installing code

Yes, They automatically adjust the alignment cause we get the space on the logo. Do you like to take the logo also in the mobile screen?

Your code took logo out from mobile to but now that it did, the search & cart icons have moved as you will see in top screen shot i sent. bottom screen shot is how it used to be

Im only used the demo stiletto theme for that code. I can take a look in your store so we can fix the icons(not the admin), but that is normally when you take out some design and it automatically fills the empty space.

thanks much, i would really appreciate that

Hello, any updates on how to fix the problem please ?

Is there a way to put something invisible that is same width of the logo in place to fix problem ?

Ive waiting to share your store URL as I said Im only using the stiletto demo. It may have different codes in the demo and your store.

sorry, did not know about sharing but i still have password on store

https://qxkdrev4bo9zinx6-69448696085.shopifypreview.com

thanks

Hello, is there anything that i need to do please ?