PLSSSSS How to remove product photo frame in guys dawn 2.0 theme?

How to remove product photo frame in guys dawn 2.0 theme?

https://dasdsa323.myshopify.com/products/test

pass : denteu

1 Like

@test3243

please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.

.card--outline:not(.card--soft) {
    border: 0rem solid transparent !important;
}

Thanks!