I have tried turning the border thickness in media etc to 0 but its not working, any help would be great
@EmmaLILI Please share your store URL to help you on this.
Hello @EmmaLILI ,
I understand you are looking to remove the black border from the product listing.
I have reviewed your store and code, the below-mentioned CSS code may help you to remove the black border from the product listing.
Add the code at the bottom of the theme.liquid file before tag and save.
Output -: https://prnt.sc/SoQFSKKsgwPG
I hope the code helps you.
Please share if you have any queries.
Thank you.
@EmmaLILI Please follow below steps to make the border 0. Let me know whether it is helpful for you.
- From admin, go to “Online Store” → “Themes”.
- Click action button from the current theme and select “Edit code”.
- Search for base.css file and paste the below code at the bottom of the file.
#snize-search-results-grid-mode li.snize-product, #snize-search-results-grid-mode li.snize-product .snize-thumbnail {
border: 0px !important;
}
- Save the changes.
Result will be like,
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
Hi, I’ve been trying to remove the black borders from my product listings, but cant seem to despite copying different codes. Can you help me?





