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.
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-
Let me know if this works for you!
Hi @minnie1999xx ,
Can you share with me your store URL so I can help 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 @minnie1999xx , thank you for posting here!
You can follow my instructions below:
.collection-list-wrapper .card-wrapper .card__inner{
border: none;
}
If my answer is working for your store, please let me know by accepting Solution and giving Like !!!
Could you share the link to your store so I can check?
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
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
Hi, where on the code exactly do I insert?
Do you know the custom CSS to do this?
Could you say specifically where i put the code? In which CSS file of the code?