Shopify themes, liquid, logos, and UX
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 and Accept solution! Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- 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 and Accept solution! Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- 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
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024