Liquid Error

Hi everyone! I’m seeing a ‘Liquid error’ on my storefront’s Catalog button. This started happening after I created a drop-down menu.

I’ve checked my theme code, and it seems my theme is calling for a snippet called icon-caret.liquid, but that file is missing from my Snippets folder. I am using a custom theme and I don’t have a backup of that specific icon code.

Could someone please share the standard SVG code for the icon-caret.liquid snippet, so I can recreate it and fix this error? Thank you! PHOTO BELOW

If your theme is based on the one from the Dawn family (which is likely, based on the icons in your screenshot), you can get a file from the GitHub:

Hi @septifyx

That error show because on your theme does not icon-caret.liquid file in snippets folder.

Currently, to solved you just go to Theme folder → snippets → create new file naming icon-caret.liquid then paste the code svg here and save.

Thanks!