How do I remove this navigation text on every page?
Topic summary
A user seeks help removing navigation text appearing on all pages of their Shopify store using the Simple Theme.
Proposed Solution:
- Another user suggests adding custom CSS code to the theme.liquid file
- Instructions: Navigate to “Edit Code” → search for “theme.liquid” → paste specific CSS markup below the
<head>tag - A screenshot reference is provided showing the code placement
Current Status:
- The suggested solution did not work; navigation text still appears on product pages
- The issue remains unresolved and requires further troubleshooting
Note: The conversation includes screenshots demonstrating both the problem and the attempted fix location, which are essential for understanding the technical implementation.
Hey @dialup ,
Try this.
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.
Unfortunately it is still on product page, but thanks

