How do I remove the "👋 Free shipping on orders over $100.00" bar?

Solved

How do I remove the "👋 Free shipping on orders over $100.00" bar?

chickbeefin665
Tourist
3 0 1

I can't figure out how to remove this bar at the top of the screen on my website, I tried looking everywhere and I tried some YouTube videos but they didn't work. You can close it by pressing an "x" on it but it comes up every time you reload the page or go to another page on my website. There is no properties for this either and in the shopify store customization you can't click on it. Does anyone know how to remove this bar?

https://officialoriginalstyles.com

image_2024-02-21_171838373.png

 

Accepted Solution (1)

PageFly-Oliver
Shopify Partner
878 190 180

This is an accepted solution.

Hi @chickbeefin665 ,

 

You can try this code by following these steps:

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

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
body>div[style="width:100%"]{
display:none !important
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 8 (8)

stefansweb2020
Shopify Partner
134 10 5

Through your Shopify customizer in Shopify admin

banned
chickbeefin665
Tourist
3 0 1

yes

PageFly-Oliver
Shopify Partner
878 190 180

This is an accepted solution.

Hi @chickbeefin665 ,

 

You can try this code by following these steps:

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

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
body>div[style="width:100%"]{
display:none !important
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

chickbeefin665
Tourist
3 0 1

yes this worked! thank you so much!

belezapura_club
Tourist
7 0 2

Hii, i'm dealing with the same problem, but the code didn't work. Is there any other solution? 

Jojothe
Visitor
3 0 0

WhatsApp Image 2024-07-24 at 13.57.58.jpeg

 

 

 

 

Hello 

i've been trying to get rid of this but i can't.I pasted your code but still the same .The theme is pandora

 

Thank you for your reply.

 

 

WhatsApp Image 2024-07-24 at 13.45.09.jpeg

Jojothe
Visitor
3 0 0

WhatsApp Image 2024-07-24 at 13.57.58.jpeg

Jarentfish
Visitor
2 0 0

I tried this and it didn't work for me. Is there another solution?