Shopify themes, liquid, logos, and UX
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)
Solved! Go to the solution
This is an accepted solution.
You have theme.css.
It under the Asset folder.
Or you can search it.
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.
@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
Would you mind to share your store uRL?Thanks!
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:
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
This is an accepted solution.
You have theme.css.
It under the Asset folder.
Or you can search it.
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.
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!
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!
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.
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.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025