All things Shopify and commerce
Hi there, I would like to make an announcement bar that only shows on the homepage of mobile. TIA my site is appleblossomgiftbaskets.com
Solved! Go to the solution
This is an accepted solution.
I'm Dan from Ryviu: Product Reviews & QA app.
You can add this code to your theme.liquid file to make it show only on mobile homepage.
{% if template == 'index' %}
<style>
@media (max-width: 749px) {
.utility-bar .announcement-bar { display: flex; }
}
</style>
{% else %}
<style>
.utility-bar .announcement-bar { display: none; }
</style>
{% endif %}
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ Buy me coffee!
- 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 @vcockerham2002
You can follow these steps to achieve your result
Go to online stores -> Themes -> Edit code->theme. liquid file
Then paste the below code above </head> tag
{% if template == 'index' %}
<style>
@media screen and (max-width: 768px) {
.utility-bar
.announcement-bar
{
display: flex;
}
}
</style>
{% else %}
<style>
.utility-bar
.announcement-bar
{
display: none;
}
</style>
{% endif %}
This is an accepted solution.
I'm Dan from Ryviu: Product Reviews & QA app.
You can add this code to your theme.liquid file to make it show only on mobile homepage.
{% if template == 'index' %}
<style>
@media (max-width: 749px) {
.utility-bar .announcement-bar { display: flex; }
}
</style>
{% else %}
<style>
.utility-bar .announcement-bar { display: none; }
</style>
{% endif %}
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ Buy me coffee!
- 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 @vcockerham2002
You can follow these steps to achieve your result
Go to online stores -> Themes -> Edit code->theme. liquid file
Then paste the below code above </head> tag
{% if template == 'index' %}
<style>
@media screen and (max-width: 768px) {
.utility-bar
.announcement-bar
{
display: flex;
}
}
</style>
{% else %}
<style>
.utility-bar
.announcement-bar
{
display: none;
}
</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