Announcement bar showing in prodcut / collection pages

Solved

Announcement bar showing in prodcut / collection pages

createdbylove
Excursionist
67 0 9

Hiya, I have an announcement bar in the homepage, but it is also showing in the prodcuts/collection pages which I do not want I only want it in the homepage is anyone able to help me fix this (using sense theme)

1000003892.jpg

Accepted Solution (1)

Guleria
Shopify Partner
4089 801 1154

This is an accepted solution.

Hello @createdbylove ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your theme.liquid file and search for </body>
Now just before to it add this code

{% if template.name != "index" %} 
<style>
.announcement-bar-section{
display: none;
}
</style> 
{% endif %}

 

Thanks

 

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 7 (7)

suyash1
Shopify Partner
10746 1326 1706

@createdbylove  can you please share your website link?

Watch me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @createdbylove
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

createdbylove
Excursionist
67 0 9

You have my website url and password in a message I've sent you before. I have replied back to the previous message but haven't heard from you.

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @createdbylove, I checked my mailbox but I didn't see any message from you 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

createdbylove
Excursionist
67 0 9

I sent you a message earlier I will send a message now

Guleria
Shopify Partner
4089 801 1154

This is an accepted solution.

Hello @createdbylove ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your theme.liquid file and search for </body>
Now just before to it add this code

{% if template.name != "index" %} 
<style>
.announcement-bar-section{
display: none;
}
</style> 
{% endif %}

 

Thanks

 

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
createdbylove
Excursionist
67 0 9

Thanks so much!

 

Would you be able to help with me with another issue to do with the announcement bar? I would like it so it fits on top of the image banner, so the little bit of pink isn't showing please 🙂

1000003927.jpg