Separator line between header to show

Hi there please can someone please explain how I can get a separating line under my header- but NOT showing on my landing page. Thanks so much!

Hi @smezstudios , Can you kindly share your store link (with the password protected, if any) with us? We will check it and suggest you a solution if possible.

WWW.SMEZSTUDIOS.COM

Hi @smezstudios , i have checked and see other pages that still work with the separator line

Www.smezstudios.com thanks so much!

Sorry I mean I want a line under my header like below… but again not on my landing page. thanks

Hi @smezstudios

Check this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “theme. Liquid” file. Find the tag and paste the code below before the tag.
{% unless template.name == 'index' %}

{% endunless %}

Hi @smezstudios ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:

{% if template.name == 'collection' %}

{% endif %}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hi this has worked but only on my new in page! how can i get it on ALL pages but my landing? thanks!

legend thanks so much!!

Welcome, please dont forget to hit likes. Thanks!