How to fix a Liquid Error on line 286 in my theme?

Help please! My Shopify site is displaying “Liquid error (layout/theme line 286): Could not find asset snippets/back-button.liquid”

Any help on how to resolve this (I don’t want a back button) but also don’t want the error code - Greatly appreciated!

sorry I hope that’s what you mean?

Hi @Jordan-nw92

Please go to your Online store > Themes > Edit code > open theme.liquid file, find this code similar like this and remove to solve the issue

{% include 'back-button' %}

or

{% render 'back-button' %}