Shopify themes, liquid, logos, and UX
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 !
{% if template.name != 'index' %}
<style>
.announcement-bar-section {
display: none;
}
</style>
{% 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.
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 %}"
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024