Hello,
I would like to remove the images from my collection list. Looking through other discussion I was able to succesfully do this utilizing this code at the bottom of the asset base file. This worked on desktop and in the mobile preview view, but when i look on my phone the pictures remain. Can someone help provide code that will do both or is there another step i should take?
.collection-list-wrapper .card__inner {display: none;}
.card__content{align-items: center;}