How to hide a collection in All Collections page?

Solved

How to hide a collection in All Collections page?

noobnoobqestio
Excursionist
15 0 3

I want to hide the "shirts" collection here on this page: https://jwe35urnv6eo78zi-81942479162.shopifypreview.com/collections

Dawn theme

Accepted Solution (1)

PageFly-Oliver
Shopify Partner
878 190 180

This is an accepted solution.

Hi @noobnoobqestio ,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search base

Step 3: Paste the below code at the bottom of the file -> Save

.collection-list .collection-list__item:has(a[href="/collections/shirts"]){display:none}

PageFlyOliver_0-1693011904470.png

 



Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 4 (4)

PageFly-Oliver
Shopify Partner
878 190 180

This is an accepted solution.

Hi @noobnoobqestio ,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search base

Step 3: Paste the below code at the bottom of the file -> Save

.collection-list .collection-list__item:has(a[href="/collections/shirts"]){display:none}

PageFlyOliver_0-1693011904470.png

 



Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Goofys123
Tourist
3 0 1

Hi PageFly-Oliver

i can´t find the "Base" anywhere i useing Beyond theme.
can you guid me in that theme. 
my problem is i would like to hide my collections but cleints should still go in to the collection via link.
can you help me ?

avneetsng
Shopify Partner
1 0 0

Hey, any solution to this ?

BruceS89
Visitor
3 0 0

base.css in Theme>Edit Code