Hi,
I would like my announcement bar to be visible only on my homepage (www.sugarfreeeu.com), does anyone know how can I make it happen ? dawn theme
thank you in advance !
Goal: Show the Shopify Dawn theme’s announcement bar only on the homepage.
Working solution:
Alternate suggestion:
Outcome and validation:
Status:
Hi,
I would like my announcement bar to be visible only on my homepage (www.sugarfreeeu.com), does anyone know how can I make it happen ? dawn theme
thank you in advance !
Hello There,
{% if template.name != 'index' %}
{% endif %}
Hi @Eli90
You can follow this suggestion
Go to theme => edit code, then find the “{% section ‘announcement-bar’ %}” in the theme.liquid file:
then you edit the above code to the following code: “{% if request.path == “/” %} {% section ‘announcement-bar’ %}{% endif %}”
This worked for me thanks.
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.