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
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