Change image size on that product list

Hi @nicope,

You can go ahead to Custom Codes Custom CSS, and paste this custom code:

.product-list .pl-item .pl-image {
 height: 80px !important;
 min-width: 80px !important;
}

Feel free to edit that code however you see fit.

Let us know how it goes.

Best,
Funnelish™ Team.

1 Like