Remove gray underneath product images - Symmetry theme

Hello - I’m looking to remove the gray blocks that appear underneath my product images on the collections page.

https://dragonwinggirl.com/collections/bras-2

@allisonher

Please Add this CSS to bottom of your styles.css file

.rimage-wrapper.lazyload--placeholder {
    background: transparent !important;
}

Thanks!

Please add below css in bottom of assets/styles.css file

.block-inner .rimage-wrapper.lazyload–placeholder {
background: transparent;

}
Thank you.