Following this message in anticipation for this feature. Thanks for your help!
@kshirod-patel I have tried using this in the additional CSS section to remove item images, but there is still a gap in the items where the image would be. Any tips?
edit: the code below resolved. Leaving this in case it helps anyone.
.rpress-thumbnail-holder {
display:none;
}
-
This reply was modified 6 years ago by millsdmb.
@aritoyekan88 This works well on desktop, but on mobile there is noticeable spacing where the image would have been. I’ve tried a couple different themes but that doesn’t help. Any tips? Thank you!
edit: the additional css below seems to have resolved the gaps
.rpress-thumbnail-holder {
display:none;
}
-
This reply was modified 6 years ago by millsdmb.