Add border to thumbnails on both Collections and Product Pages with Venture Theme

I want to add a border to the thumbnails on the Collections and Product pages; I am using the Venture theme. Any help greatly appreciated.

1 Like

@karl15

Could you provide me store URL? I should be able to answer your question.

Yours faithfully!

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

Thanks for the offers of help – mt store is at
https://leftwingbooks.myshopify.com/ and the password to enter is
smashcapitalism

Please add below css code in bottom of assets/theme.scss.css file

.grid .grid__item {
border: 1px solid #000;
margin-left: -1px;
margin-top: -1px;

}
Thank you.

Thank you for your help but this adds borders all over the place, but not to the actual thumbnails. i don’t want borders around the product_cards, etc., i only want them around the actual thumbnail images within the product_card.