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.
Topic summary
A user seeks help removing an unwanted banner from their Shopify store (southernglowdesigns.com), unable to recall which app installed it.
Key Solutions Provided:
-
One responder clarifies it’s an announcement bar, not a banner, and suggests checking the theme customization settings to remove it through the standard interface.
-
Another provides a CSS workaround:
- Navigate to Shopify Admin → Online Store → Theme → Edit code
- Locate base.css, theme.css, or styles.css
- Add the CSS snippet
body> div:has(.mars-stack-item) { display: none !important; }at the bottom
Status: The original poster confirms the issue is resolved with thanks.
Follow-up Question: A new participant asks how to make a banner appear only on the homepage (unresolved).
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
![]()
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 ?




