Remove Breadcrumbs - Custom CSS does not work

Hello.

I added the suggested code to Appearance > Customize > Custom CSS and JS, but the breadcrumbs still appear on all destination and category pages.

Here is the code I added per the KB:

.breadcrumbs li {
display: none;
}
Thank you,

  • Chris

It would help if you can add the URL to the actual page where you got the suggestion from so we can test that as well as help you. Thx.

0
Comment actions
Avatar
Christopher Collins
2 years ago
Thank you. Here is where the code was suggested:

https://www.support.waituk.com/hc/en-us/articles/115003207945-How-to-remove-breadcrumb-site-wide

Any assistance would be appreciated.

This was caused by an error on my part. Code works great. I left out a }

Thank you!