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.
Hi @smezstudios , i have checked and see other pages that still work with the separator line
Www.smezstudios.com thanks so much!
Hi @smezstudios
Check this one.
- 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.
{% unless template.name == 'index' %}
{% endunless %}
-
And Save.
-
result:
-
add same border on your footer.
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 ![]()
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!




