Shopify themes, liquid, logos, and UX
Im having trouble on keeping the marque announcement header on the front page only, ive tried with the code and it isn't responding.
Hi @ragrobot1 , I hope you are doing well, kindly share your store URL. Thanks!
1. Go to Online Store -> Theme -> Edit code.
2. Put the below code in the header.liquid or index.liquid, whatever name you have.
{% if template == 'index' %}
<div class="custom-marquee">
// here your code for announcement bar
</div>
{% endif %}
or the below code if above doesn't works:
Please add this code after the head of theme.liquid or index.liquid file:
<style>
#shopify-section-marquee { display: none; }
</style>
{% if template == 'index' %}
<style>
#shopify-section-marquee { display: block !important; }
</style>
{% endif %}
If my reply helpful, kindly click like and mark it as an accepted solution.
Thanks!
hello I have tried and its still not responding, can I send you a collaborator code for help
Hi @ragrobot1
Could you share your store link so I can give you the code to do that?
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hey @ragrobot1
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hi @ragrobot1
Please add this code to theme.liquid file, after <head> in Online Store > Themes > Edit code
<style>
#shopify-section-marquee { display: none; }
</style>
{% if template == 'index' %}
<style>
#shopify-section-marquee { display: block !important; }
</style>
{% endif %}
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
hello I have put the code in and it wont work, can I send you a collaborator code for help
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025