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!
Goal: remove the breadcrumb navigation (“Home > TERMS”) that appears on all pages in the theme.
Key suggestions:
Outcome: The CSS solution worked and the issue was resolved. No further action reported.
Notes:
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!
Hi @REMYLEY
Please share your store link so I can give the solution.
Hello @REMYLEY ,
Follow these steps:
Go to Online Store → Theme → Edit code
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
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!