How to remove header from landing page but keep on product pages?


I don’t want my header to appear on the landing page, only on product pages

https://feuer-4.myshopify.com/

Hey, @feuerlein

I’m not formally trained in code to provide you with an exact solution to remove/hide the menu on your landing page only. However, I’m confident one of our Shopify experts would be able to accomplish this at a reasonable price.

Just wanted to share this as an option in case you are unable to find a coding solution in your thread.

Hi @feuerlein ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :

{% if template == "index" %}
  
{% endif %}

Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like