Make Announcement Bar Visible Only On Homepage

Hello!

I want to make the announcement bar visible only on the homepage of my website, and hidden on all the other pages.

The announcement bar:

Captura de pantalla 2024-08-31 a las 14.47.23.png

My website is https://knsdahrl0hu3a6y1-60150284501.shopifypreview.com and my theme is Stiletto.

Thanks in advance!!

@martujv ,

Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above

{% unless template.name == 'index' %}

{% endunless %}
1 Like

Worked! Thanks a lot!

1 Like