Shopify themes, liquid, logos, and UX
hello
I want to display only two collections on my mobile, I can hide for desktop from settings but I want to hide 3rd collection on mobile as shown in the attached photo. Theme- Debut
URL- https://thebudgetify.myshopify.com/
password- 1111
Solved! Go to the solution
This is an accepted solution.
Hi @pb11nz,
Go to Assets > theme.css and paste this at the bottom of the file:
@media only screen and (max-width: 749px){
.collection-grid .grid--uniform .grid__item:last-child{
display: none !important;
}
}
Hope it helps!
This is an accepted solution.
Hi @pb11nz,
Go to Assets > theme.css and paste this at the bottom of the file:
@media only screen and (max-width: 749px){
.collection-grid .grid--uniform .grid__item:last-child{
display: none !important;
}
}
Hope it helps!
thanks it worked
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025