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
2303 847 1062

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
8264 1980 2430

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

BSSCommerce-HDL
Shopify Partner
2303 847 1062

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.