I want to change the product background from white to transparent, I uploaded a product Image but the product cornders look like that!
!
A user seeks to change product card backgrounds from white to transparent in the Dawn theme.
They initially uploaded a product image but encountered display issues with the default white background.
Solution Found:
The user resolved the issue by applying custom CSS:
.card__inner {
background-color: transparent !important;
}
This CSS targets the product card container and removes the white background, allowing transparent PNG images to display properly with see-through corners and backgrounds.