How to restrict announcement bar display to certain pages? DAWN Theme

How to restrict announcement bar display to certain pages? DAWN Theme

coffeegal24
New Member
4 0 0

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!

wildcoffee.co

Reply 1 (1)

Asad-Mahmood
Shopify Partner
445 80 91

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 %}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver