How can I change the text on my 404 page?

Hi

Can anyone help direct me to where to change text on my 404 page?

I’ve found the liquid file below:


But it just references ‘general.404.title’ and not the actual text?

Any help greatly appreciated

Nick Garnett

Hey

Instead of clicking ‘Edit code’ when you go to the Themes on the backend of Shopify, try clicking ‘Edit Languages’

Under the General tab you will find the 404.title and you can edit it there.

Alternativly you can remove the variable from the code and add text there directly like so:

Before:


After:


Let me know if this works for you.

Thanks,

Hey @DMT-Andre

Brilliant, worked a treat

Thanks so much

Nick Garnett

Hey Andre,

Thanks for this. I wonder how I can add an image and a redirect link/CTA button on our 404 page. Right now, this is what we have. Would really appreciate your help on this. Thanks!

{{ 'general.404.title' | t }}

{{ 'general.404.subtext_html' | t: url: routes.root_url }}