All things Shopify and commerce
Wondering if someone has a code so my announcement bar is only visible to customers tagged with 'wholesale'
Solved! Go to the solution
This is an accepted solution.
Hi @Rcard
You can add this code to theme.liquid file, after <head> in Online Store > Themes > Edit code to do your request
{% if customer.tags contains 'wholesale' %}
<style>
.announcement-bar-section { display: block !important; }
</style>
{% endif %}
<style>
.announcement-bar-section { display: none; }
</style>
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This is an accepted solution.
Hi @Rcard
You can add this code to theme.liquid file, after <head> in Online Store > Themes > Edit code to do your request
{% if customer.tags contains 'wholesale' %}
<style>
.announcement-bar-section { display: block !important; }
</style>
{% endif %}
<style>
.announcement-bar-section { display: none; }
</style>
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hi @Rcard
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
{% if customer.tags contains 'wholesale' %}
<style>
.announcement-bar { display: block !important; }
</style>
{% else %}
<style>
.announcement-bar { display: none !important }
</style>
{% endif %}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025