Hello,
I need to exclude the main categories/collections under “Shop All” and only display all my subcollections. Appliance, furniture etc… should be excluded (photo 1).
I contacted support about this issue and the person I chatted with seems to think this is a theme issue but I think it’s a Shopify ‘subcollection’ tab missing from the Product tab.
If there was a subcollection under the product tab, I would’ve been able to pull it into my theme but right now, I can only pull from the main collection (photo 2).
Is there a Shopify developer team that can help with this?
Hi @Lexi123 ,
This is related to the theme you are using. In the page ‘/collections’, all the collections are listed. However, we can hide some collection if we use metafield and do some custom coding.
Thank you
Okay, thank you. Will see if I can figure this out with ChatGPT. My theme developer is very busy…
One other quick question, would you happen to know how to align the product related section? I previously used this code:
ProductGridContainer .card__media .media img {
object-fit: contain !important;
for the product page. Now I need to update it for “related products”. Do you know what I need to change?