Remove banner from all pages of website

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

1 Like

Hi @JenneMarie

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

Then would you mind to share your store URL? Thanks!

Hi @JenneMarie ,

You can try this code by following these steps:

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

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

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:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it asa solution. Thank you :heart_eyes: :heart_eyes:

1 Like

Thank you so much for all of your help.

Hello Mate!

Can you tell me a way to make my banner appear only on my home page ?