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?
- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- 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?
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey 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, 2024