Remove code from cart drawer

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.

Can someone show me where I remove the code?

Here is the website link: nattlig.no

Here is an image:

Hi @Nattlig

Do you mean this one?

If it is try this.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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:
.cart-notice.text-size--small {
    display: none !important;
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

Hey that was the wrong website. Can you check it for www.nattlig.no?

It is the bar with to emojies in the cart slider.

Oh, check this one.

Add this one on the theme.liquid.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “theme. Liquid” file. Find the tag and paste the code below before the tag.

  • And Save.

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

Thank you so much!