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?
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024