This is one of the sample page templates included with the theme out-of-box. The 404 Page Is displayed when an invalid URL is entered on your website.
Widgets on this page:
- Content Widget
Steps to configure this page:
- Use 404-page Template
- Set your store
- Make it available for all user profiles
- URL must be: 404
- Save and Publish (to edit)
- You can configure it to have your own styling
- Publish the final page
Sample HTML for the content widget:
<img style="width: 100vw; height: 70vh; object-fit: cover; overflow: hidden;" src="IMGLinkHere" />
<div style="position: absolute; top: 8px; left: 30px;">
<h2 style="color: white;">Lost your way?</h2>
<p style="color: white;">Choose one of these links to get back on track:</p>
<br />
<p><a style="color: white;" href="../"><u>Homepage</u></a></p>
<p><a style="color: white;" href="../cart"><u>Shopping Cart</u></a></p>
</div>