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.
"
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.
![]()
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.
Ok thanks for the details.
I will try to check my self.