Remove Bummer from 404 Page

Hi
I have tried to edit the content.php file in child theme but it still includes the word ‘bummer’ in the 404 page
please can you advise how I can change this?
Thanks

Hey Neil,

Removing the word “Bummer” would require that you override the 404 template file. That is a bit technical or requires coding so I’d first recommend that you try out our Custom 404 extension. For more details, please see https://theme.co/apex/forum/t/extension-custom-404/80

If you wish to proceed with template modification, you first need to be familiar with our theme structure and must know WordPress development. You can read our theme customization guide at https://theme.co/apex/forum/t/customizations-best-practices/205

The template file you need to override in this case is wp-404.php which is located in wp-content\themes\pro\framework\views\STACK. According to our customization guide, you need to copy that file to the same folder structure in your child theme and do the modification from there.

Hope that helps.

Many thanks - all sorted now

You’re most welcome, Neil.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.