marquee announcement

marquee announcement

ragrobot1
New Member
7 0 0

Im having trouble on keeping the marque announcement header on the front page only, ive tried with the code and it isn't responding.

Replies 8 (8)

steve_michael2
Tourist
82 11 17

Hi @ragrobot1 , I hope you are  doing well, kindly share your store URL. Thanks!

Crafting exceptional online experiences with innovative design and technology.
ragrobot1
New Member
7 0 0

https://3f7da4-e5.myshopify.com here is my store url thank you.

steve_michael2
Tourist
82 11 17

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!

Crafting exceptional online experiences with innovative design and technology.
ragrobot1
New Member
7 0 0

hello I have tried and its still not responding, can I send you a collaborator code for help 

Dan-From-Ryviu
Shopify Partner
9148 1830 1865

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.

Moeed
Shopify Partner
4917 1297 1572

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

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

Dan-From-Ryviu
Shopify Partner
9148 1830 1865

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.

ragrobot1
New Member
7 0 0

hello I have put the code in and it wont work, can I send you a collaborator code for help