Ticket #25897 - Add a grey border to the product thumbnail

We want to add a gray border to our product thumbnails to create differentiation in the product space. We would like to know where we can make these changes in the template, as we have already tried modifying it from the ‘Product Miniature’ section, and it didn’t make any changes.

Attachments:

Miniature.PNG (113 KiB)

Comments

Fred 01 Jan 2025, 22:20

Hi, Distribeaute Colombia S.A.S.
You can add border using this custom CSS

.product-miniature {
  border: 1px solid gray;
}

We recommend using the Developer Tools of your browser to make small changes https://www.youtube.com/watch?v=wcFnnxfA70g

Distribeaute Colombia S.A.S 03 Jan 2025, 23:11

Thanks for the help

Fred 04 Jan 2025, 14:37

You are welcome!