Transparent background for product images in checkout

hey i need the product images in the product list to be with a transparent background and no outline.
Could anyone please help me achieve this?
image

Hi @Rudolfs_Stokmanis unfortunately that can’t be done natively in Funnelish but you can remove the background of the images using this platform here https://www.remove.bg/ or similar, and then replace them in your checkout page.

To remove the outline of the image (the border) add this code to custom codes > CSS

.product-list .pl-item .pl-image {
    border: none;
}

Best,