Topic summary
A user seeks to hide breadcrumbs on their Shopify store’s login page, sharing a screenshot showing the breadcrumb navigation.
Proposed Solutions:
Multiple respondents suggest similar approaches involving custom CSS:
- Access Online Store > Themes > Edit Code
- Locate the theme.liquid file
- Insert CSS code to hide breadcrumbs
Implementation Details:
- Some recommend placing code above the
</body>tag - Others suggest positioning it above the
</head>tag - One solution includes conditional logic using
{% if template.name == 'login' %}to target only the login page
All responses include code snippets (though text appears reversed/encoded in the original thread) and screenshots demonstrating the implementation steps. The discussion remains technical, focused on theme customization through Liquid template editing.
Hey @niceeee
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @niceeee
Please follow these Steps:
- Go to Online Store
- Edit Code
- Please find theme.liquid file
- Add the following code above tag



