Any one can know how can i fix cart page issue in header text popup

Any one can know how can i fix cart page issue in header text popup, you can see the extra text in the header dein-warenkorb class=template-cart how can i remove it. please step me for it.

"

There is some wrong custom code added to your template that cause to output those text in your cart header.

Search you theme files for dein-warenkorb and you should able to find easily the offending code.

The problem should be in the file cart.liquid or in some snippet rendered in that file.

I checked it but didn’t see in css or cart page code?

There should be somewhere, because I checked the Chrome console and for sure there is some liquid tag not properly closed.

2021-08-07 19_25_04-DevTools.png

I suggest you to download a copy of your theme on your computer and use a code editor (e.g. VS Code) to search in all files of the theme.

Can you guide me. On which file this tag can be exist? And where I can find
them? So I can check it.

It is impossible for me to help you find the file, because I don’t have access to your store theme.

  1. I suggest you to download live theme on your computer, by following this guide: Downloading themes
  2. You can install this editor on your computer: Visual Studio Code
  3. Unzip your theme in a folder
  4. Open Visual Studio Code and click File > Open Folder…
  5. Select the folder where you unzipped your theme
  6. Click Edit > Find in Files…
  7. And you should be able to find the text I mentioned in my previous answer

Ok thanks for the details.
I will try to check my self.