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
Navigator
454 39 62

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

ragrobot1
New Member
7 0 0

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

steve_michael2
Navigator
454 39 62

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!

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
12019 2348 2528

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.

Moeed
Shopify Partner
7715 2071 2550

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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Dan-From-Ryviu
Shopify Partner
12019 2348 2528

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.

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