What's your biggest current challenge? Have your say in Community Polls along the right column.

Remove collection list only on desktop?

Solved

Remove collection list only on desktop?

Not applicable

Hi, i want to remove the collection list but only on desktop version. Like i describe here:

123123123.png

 

i'm using the dawn theme and my url is: https://8ni0pc-bm.myshopify.com/de

Accepted Solution (1)

Guleria
Shopify Partner
3689 741 1038

This is an accepted solution.

Hello @Anonymous ,

 

Follow these steps:

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

2. Open your base.css file and paste the following code at the bottom:

@media screen and (min-width: 750px) {
.shopify-section.section.section-collection-list {
    display: none;
}
}

 

If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Thanks

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 5 (5)

Guleria
Shopify Partner
3689 741 1038

This is an accepted solution.

Hello @Anonymous ,

 

Follow these steps:

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

2. Open your base.css file and paste the following code at the bottom:

@media screen and (min-width: 750px) {
.shopify-section.section.section-collection-list {
    display: none;
}
}

 

If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Thanks

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Not applicable

It's working. Thank you 🙂

Not applicable

Is it possible to remove only this one and not all the collection list? I can't add new ones. I only want to remove the collectionlist at the top.

 

Kind regards

Guleria
Shopify Partner
3689 741 1038

Yes please replace previous css with this one

@media screen and (min-width: 750px) {
#shopify-section-template--23452401336584__collection_list_PUpHEH {
    display: none;
}
}
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Not applicable

This code is working. Thank you so much 🙂