Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Remove banner from all pages of website

Solved

Remove banner from all pages of website

JenneMarie
Tourist
3 0 1

I'm trying to remove this banner and I have tried everything I have read on here and nothing is working.  I don't remember which app placed on the website.  Please help.

 

southernglowdesigns.com

 

JenneMarie_0-1715876121561.png

 

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @JenneMarie

You can try this code by following these steps:

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

BSSTechVenture_0-1715876829991.png

 

Step 2: Search file base.css, theme.css or styles.css

BSSTechVenture_1-1715876834666.png

 

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

body> div:has(.mars-stack-item) {
    display: none !important;
}

 

Here is result: 

BSSTechVenture_2-1715876893458.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank 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

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9058 2165 2672

Hi @JenneMarie 

It not a banner. its a announcement bar. If you cant remove it from here: 

Made4uoRibe_0-1715876701259.png

Then 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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @JenneMarie

You can try this code by following these steps:

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

BSSTechVenture_0-1715876829991.png

 

Step 2: Search file base.css, theme.css or styles.css

BSSTechVenture_1-1715876834666.png

 

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

body> div:has(.mars-stack-item) {
    display: none !important;
}

 

Here is result: 

BSSTechVenture_2-1715876893458.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank 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

JenneMarie
Tourist
3 0 1

Thank you so much for all of your help.