How can i remove the "👋 Free Shipping on orders over..." bar?

Solved

How can i remove the "👋 Free Shipping on orders over..." bar?

belezapura_club
Tourist
7 0 2

I can't figure out how to remove these bars at the top screen on my website. 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 these bars? customization via the remove ad bar tab does not work for these two only for the ones that are pink and purple (wich is from my store)

Captura de tela 2024-06-12 154922.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10043 2388 3015

This is an accepted solution.

You have theme.css. 

It under the Asset folder. 

Made4uoRibe_0-1718229187998.png

Or you can search it. 

Made4uoRibe_1-1718229220302.png

This code ownt work on the .liqudi file. If you like to add in the liquid file you need to follow this instrcution. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes"

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
.ebc-mars14 {
    display: none !important;
}
</style>

 

And save. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. ☕ Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 10 (10)

comercioservice
Shopify Partner
291 37 36

@belezapura_club 
hope you are well, i think its comes from your store apps, maybe you have installed it and forgot about it, I think

this is not customer options. 
I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM



Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!

Made4uo-Ribe
Shopify Partner
10043 2388 3015

Hi @belezapura_club 

Would you mind to share your store uRL?Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. ☕ Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
belezapura_club
Tourist
7 0 2
Made4uo-Ribe
Shopify Partner
10043 2388 3015

Thanks for the info, check this one if it work. If not you need to contact the app provider to remove this. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

 

.ebc-mars14 {
    display: none !important;
}

 

 

And Save. 

Result:

Made4uoRibe_0-1718222430029.png

If this fixed your issue, Likes and Accept as Solution are highly appreciated. ☕ Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
belezapura_club
Tourist
7 0 2

The most similar asset I found to those you mentioned was "theme.liquid" none of them end with "css". When you say to include it at the bottom of the file would it be in the last line of code? If so, it didn't work

Made4uo-Ribe
Shopify Partner
10043 2388 3015

This is an accepted solution.

You have theme.css. 

It under the Asset folder. 

Made4uoRibe_0-1718229187998.png

Or you can search it. 

Made4uoRibe_1-1718229220302.png

This code ownt work on the .liqudi file. If you like to add in the liquid file you need to follow this instrcution. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes"

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
.ebc-mars14 {
    display: none !important;
}
</style>

 

And save. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. ☕ Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
belezapura_club
Tourist
7 0 2

yaaaaay! it worked! thank u soooooo much ðŸ•º
i´m really happy because these bar were bothering so much ðŸ˜°
thank u very much
God Bless you!

belezapura_club
Tourist
7 0 2

yaaaaay! it worked! thank u soooooo much 

i´m really happy because these bar were bothering so much

thank u very much
God Bless you!

PageFly-Noah
Shopify Partner
1317 233 281

 

This is Noah from PageFly - Shopify Page Builder App

 

Hi @belezapura_club  Please add cod here to remove it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
.ebc-mars14{
  display: none !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | 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.

Dan-From-Ryviu
Shopify Partner
11376 2231 2404

Hi @belezapura_club 
You can remove it by adding this code to theme.liquid file after <head>

<style>
    .ebc-mars35 { display: none !important; }
</style>

- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.