How can i disable the header but still have the scrolling announcment visable??

How can i disable the header but still have the scrolling announcment visable??

Site:https://stubbornstudios.com/

password: 1234

Hi @Amin_5

Do you want to hide the header in the homepage only? or for all over the store?

Try this one for the homepage only.

  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.
{% if template.name == 'index' %}

{% endif %}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!