I’m new to shopify design, I’d appreciate assistance on how to take down my /collections/all link and show the 404 error since i’ve already created a collections page.
To remove the /collections/all link and show a 404 error, you can create a redirect:
- Go to your Shopify admin.
- Navigate to Online Store > Navigation.
- Scroll down and click on URL Redirects.
- Click on Create URL redirect.
- In the “Redirect from” field, enter /collections/all.
- In the “Redirect to” field, enter /404 to trigger the 404 error.
- Click Save.
Now, when someone tries to access /collections/all, they will see a 404 error page.