How do i remove the white border around the collection list?

Hi @minnie1999xx , thank you for posting here!

You can follow my instructions below:

  1. Go to Online Store->Theme->Edit code
  2. FIND theme.liquid: Go to Layout, open theme. liquid, and add CSS code inside a tag in the section.
.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 !!!