Shopify themes, liquid, logos, and UX
Hi,
Can someone help me with some code for displaying my announcement bar only on my product pages, collection pages, and the cart page, but no where else on my site? I have tried some different code options and checked with the Shopify help chat but none of those solutions have worked.
I have one banner I am already using through the Pop Convert app, but I need to add an additional announcement bar and the app only allows one banner at a time.
Thanks for any help!
Go to your online store -> edit code -> theme.liquid file and before closing </body> tag paste this code
{% unless template contains 'product' or template contains 'collection' or template == 'cart' %}
<style>
.bar-content {
display: none !important;
}
</style>
{% endunless %}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025