Shopify Spark theme collection list showing empty collection

Hello everyone, I have a problem with my theme showing a empty collection when i am adding a sidebar. It does not show up when i filter to show all categories. When i filter to selected categories, the sidebar then causes a empty collection to be displayed. Please help! https://savageperformance.com/collections

@Jandpace - which category is giving you the issues?

the first product collection that is showing is just completely empty. Says “your collection name”

@Jandpace - do you have any empty collection in the backend? looks like that is been fetched here

I am not sure how to double check that? I’ve searched everywhere i feel like. I don’t know how to code very much, but i’ve learned and resesarched quite a bit.

In my collections for my store, There are none that have that name, or are empty. All of my collections have items.

@Jandpace - any chances that it is added via any app or any customize section settings?

I have to add the sidebar as a section.

@Jandpace - what about products? do you add them via section or they appear without it?

you can add this css to the very end of your theme-style.css file and check, this wil hide the first collection

.template-list-collections .page-content .halo-item:first-child{display:none !important; visibility:hidden;}

1 Like

Im confused lol, do you see that collection when you visit my page also?

nevermind, Sorry, Im tired it’s 2am and that was kicking my butt haha. Thank you!

@Jandpace - yes, add my css to your file and it will be like my screenshot