Hello, I was wondering if there is a way to remove the gray background in the product image? It’s a png with a transparent background yet im having trouble having it appear that way. I appreciate any help and guidance!
My website it www.mvprintz.com
The theme is Dawn
Hello @Nickmvp20 ,
Please share your website URL.
1 Like
Add this css at the bottom
Online Store ->Theme → Edit code
assets → base.css
.card__inner {
background-color: transparent !important;
}
4 Likes
Worked like a charm, thank you so much!
1 Like
Thanks a lot! It also worked on my Shopify!:))))