Hidding Collections/Sub Collections from product list

Hello, I am in the process organizing our website.

We have dozens Teas that we have fit into collections and searchable filters. However, this has made our main product page a bit of a nightmare.

Clicking on the main product pages pulls up every collection that we have sorted our tea into.

I am hoping to hide the vast majority of these from the main product page while still allowing them to be used as collections and search filters for our customers.

Any advice on the easiest way to accomplish this?

https://mirotea.com/

@TLBednarz

Hi,

I’m not sure what you are trying to fix.

The only thing is that the breadcrumb shows on top of the page.

To remove the breadcrumb, you should be able to hide the breadcrumb from Online Store > Customize > Products (top center under Homepage) > Default product > Click product page on the left menu > most them comes with “Hide Breadcrumb” option

If you were unable to find it, you might add the code below to Assets > theme.css file.

nav.breadcrumb {
  display: none;
}

If you were trying to fix something else, please let me know.

Hope it helps.