How can I display the announcement bar only on my homepage?

Hello, could someone please show us how to display the announcement bar only on homepage? So it’s not visible on other pages.

Link: swish.eu

Thank you!

Hello,

Go to theme files > find announcement bar file and paste below lines around your code

{% if template == ‘index’ %}

{% endif %}

Let me know if any.

Thank you.

1 Like

This was the fastest solution that we have ever experienced. Almost like in a chat, hah. Thank you!

You’re welcome !

Hi - I’m having trouble figuring out where to place the code into my template. I’m using Dawn, and the code looks a bit different than what you have above.