Issue: A “free shipping” notice remained visible in the cart drawer after uninstalling a Shopify app on nattlig.no. The merchant wanted to remove the leftover code.
Initial guidance: A helper suggested hiding the banner via CSS by adding a rule in the theme’s CSS file (e.g., base.css/theme.css) to set .cart-notice.text-size–small to display: none. Screenshots were shared to illustrate the target element and expected result.
Clarification: The merchant noted the initial site reference was wrong and specified nattlig.no, describing the banner as a bar with two emojis in the cart slider.
Updated guidance: The helper advised adding code in theme.liquid before the tag via Online Store > Themes > Edit code > theme.liquid. (Exact code wasn’t shown in the excerpt.)
Outcome: The merchant thanked the helper, indicating the issue was resolved. No further questions or disagreements were raised.
Status: Resolved. Images/screenshots were central to identifying the banner element.
Summarized with AI on December 13.
AI used: gpt-5.
Hey guys, I recently added an app that added a “you got free shipping” in the cart drawer. I removed the app and no longer offer free shipping, but the code is still thee, even though the app has been removed.
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: