Shopify themes, liquid, logos, and UX
Hi, i want to remove the collection list but only on desktop version. Like i describe here:
i'm using the dawn theme and my url is: https://8ni0pc-bm.myshopify.com/de
Solved! Go to the solution
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
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
It's working. Thank you 🙂
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
Yes please replace previous css with this one
@media screen and (min-width: 750px) {
#shopify-section-template--23452401336584__collection_list_PUpHEH {
display: none;
}
}
This code is working. Thank you so much 🙂
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024