All things Shopify and commerce
Hi,
I am trying to remove the white border on the collection list on both mobile and desktop view.
I want the photos to be seamless with no space in- between and being full screen.
Hello there Minnie @minnie1999xx To remove the white border around the collection list, follow these steps-
1. Access your Shopify Admin.
2. Go to Online Store > Themes.
3. Locate the theme you are currently using and select Actions > Edit code.
4. In a CSS file: Go to Assets, find your CSS file, and add your styles, OR in base.css OR,
5. In theme.liquid: Go to Layout, open theme.liquid, and add your CSS inside a <style> tag in the <head> section.
.collection-list-wrapper .card-wrapper .card__inner{
border: none;
}
Let me know if this works for you!
Could you say specifically where i put the code? In which CSS file of the code?
Hi @minnie1999xx ,
Can you share with me your store URL so I can help further?
Look forward to your response.
Best,
Daisy
Hi @minnie1999xx ,
I haven't got your response regarding the store URL.
Can you share your store URL so that we can assist further?
Look forward to your response.
Best,
Daisy
You will need to modify the CSS of your Shopify theme:
.collection-list, .collection-item {
margin: 0; padding: 0; border: none;
}
.collection-item img {
display: block;
width: 100vw; height: 100vh;
object-fit: cover;
}
Good luck!
Hi, where on the code exactly do I insert?
Hi @minnie1999xx , thank you for posting here!
You can follow my instructions below:
.collection-list-wrapper .card-wrapper .card__inner{
border: none;
}
Could you share the link to your store so I can check?
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi @minnie1999xx, thanks for reaching out.
To assist you further, could you kindly share your store URL and the Theme you're using?
Thanks for your cooperation in this matter.
Liz
Its not a border.. it's casing because of the gapping by default. you can change it via custom css
Do you know the custom CSS to do this?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025