How to remove product photo frame in guys dawn 2.0 theme?
https://dasdsa323.myshopify.com/products/test
pass : denteu
How to remove product photo frame in guys dawn 2.0 theme?
https://dasdsa323.myshopify.com/products/test
pass : denteu
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!