Remove navigation on each page ullet theme

Topic summary

Goal: remove the breadcrumb navigation (“Home > TERMS”) that appears on all pages in the theme.

Key suggestions:

  • Add a CSS rule in app.css to hide the breadcrumb: .breadcrumb { display: none; } (navigate to Online Store → Theme → Edit code → app.css, add at the end).
  • Before using CSS, check theme settings in case there’s a built-in toggle to hide breadcrumbs.
  • A link to the theme’s (Bullet) documentation was shared for guidance on customization.
  • Some participants requested the store URL/password to review, but a direct fix was provided.

Outcome: The CSS solution worked and the issue was resolved. No further action reported.

Notes:

  • “Breadcrumb” refers to the page path navigation (e.g., Home > Page Name).
  • No major disagreements; discussion concluded with a confirmed fix.
Summarized with AI on December 12. AI used: gpt-5.

Hey!

I am trying to remove the navigation bar where it says “Home > TERMS”. It’s on every page and it seems pointless as each page has a title and to get back to home page you can click on the logo on the top left anyway.
Pls help haha!!

Thanks!

1 Like

Hi @REMYLEY

Please share your store link so I can give the solution.

Hello @REMYLEY ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your app.css file and paste the following code at the bottom:

.breadcrumb {
    display: none;
}

btw before using this code once check the theme settings maybe you will find an option to hide it from there.

Regards
Guleria

1 Like

Hello @REMYLEY

Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

Hi @REMYLEY ,

You can refer to the following theme guide, it will work fine

Hi @REMYLEY , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

That worked perfectly! Thanks so much!