All things Shopify and commerce
I have tried turning the border thickness in media etc to 0 but its not working, any help would be great
Solved! Go to the solution
This is an accepted solution.
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 </body> tag and save.
<style>
li.snize-product {
border: 0px !important;
}
</style>
Output -: https://prnt.sc/SoQFSKKsgwPG
I hope the code helps you.
Please share if you have any queries.
Thank you.
This is an accepted solution.
@EmmaLILI Please follow below steps to make the border 0. Let me know whether it is helpful for you.
#snize-search-results-grid-mode li.snize-product, #snize-search-results-grid-mode li.snize-product .snize-thumbnail {
border: 0px !important;
}
@EmmaLILI Please share your store URL to help you on this.
This is an accepted solution.
@EmmaLILI Please follow below steps to make the border 0. Let me know whether it is helpful for you.
#snize-search-results-grid-mode li.snize-product, #snize-search-results-grid-mode li.snize-product .snize-thumbnail {
border: 0px !important;
}
This is an accepted solution.
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 </body> tag and save.
<style>
li.snize-product {
border: 0px !important;
}
</style>
Output -: https://prnt.sc/SoQFSKKsgwPG
I hope the code helps you.
Please share if you have any queries.
Thank you.
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?
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025