Shopify themes, liquid, logos, and UX
Hello I am looking for help on my collection page-mobile version for Debut. I have attached how it looks on desktop vs. mobile. How do I remove the faded box beside each collection and remove the title as it is in the image? I'd like the mobile version to look like the desktop version. Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @ChristaB ,
You can try paste below code at the top of the theme.css file:
@media (max-width: 749px) {
.template-list-collections .collection-grid-item {
padding: 0;
}
.template-list-collections .ratio-container:after {
padding-bottom: 100%;
}
.template-list-collections .collection-grid-item__title-wrapper {
display: none;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Hi @ChristaB ,
You can follow the instruction below:
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css->paste below code at the bottom of the file:
.template-list-collections .collection-grid-item {
padding: 0;
}
.template-list-collections .ratio-container:after {
padding-bottom: 100%;
}
.template-list-collections .collection-grid-item__title-wrapper {
display: none;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Sorry this did not work, it removed everything in my collection list and shows as blank.
This is an accepted solution.
Hi @ChristaB ,
You can try paste below code at the top of the theme.css file:
@media (max-width: 749px) {
.template-list-collections .collection-grid-item {
padding: 0;
}
.template-list-collections .ratio-container:after {
padding-bottom: 100%;
}
.template-list-collections .collection-grid-item__title-wrapper {
display: none;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Hi @ChristaB ,
You can try replace previous code by below code:
@media (max-width: 749px) {
.collection-grid-item {
padding: 0 !important;
}
.ratio-container:after {
padding-bottom: 100% !important;
}
.collection-grid-item__title-wrapper {
display: none !important;
}
}
Hope it can help you
I returned everything back to the way it was- my website is now not functioning properly on the mobile version. I click on one product and it takes me to a different one. I will contact shopify support.
sorry for that issue can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
.template-list-collections .collection-grid-item {padding-bottom: 0;}
.template-list-collections .collection-grid-item__overlay {background-color: transparent;}
.template-list-collections .ratio-container:after {padding-bottom: 100%;}
.template-list-collections .collection-grid-item__title {display: none;}
}
Hello, unfortunately this did not do the trick.
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025