Hello - I’m looking to remove the gray blocks that appear underneath my product images on the collections page.
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.